ZJIT: Run make zjit-test
under combo build with YJIT
This commit is contained in:
parent
1fed568e3e
commit
cd15cc250f
Notes:
git
2025-05-20 16:30:16 +00:00
5
.github/workflows/zjit-macos.yml
vendored
5
.github/workflows/zjit-macos.yml
vendored
@ -33,14 +33,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- test_task: 'zjit-test'
|
- test_task: 'zjit-test'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-yjit=dev --enable-zjit'
|
||||||
|
|
||||||
- test_task: 'ruby' # build test for combo build
|
- test_task: 'ruby' # build test for combo build
|
||||||
configure: '--enable-yjit --enable-zjit'
|
configure: '--enable-yjit --enable-zjit'
|
||||||
|
|
||||||
- test_task: 'ruby' # build test for combo build
|
|
||||||
configure: '--enable-yjit --enable-zjit=dev'
|
|
||||||
|
|
||||||
- test_task: 'test-all'
|
- test_task: 'test-all'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
tests: '../src/test/ruby/test_zjit.rb'
|
tests: '../src/test/ruby/test_zjit.rb'
|
||||||
|
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
|
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
|
||||||
|
|
||||||
- test_task: 'zjit-test'
|
- test_task: 'zjit-test'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-yjit --enable-zjit=dev'
|
||||||
|
|
||||||
- test_task: 'test-all'
|
- test_task: 'test-all'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user