mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Fix s/test-zjit/zjit-test/
This commit is contained in:
parent
b3ff735b2a
commit
ea932d8735
Notes:
git
2025-04-18 13:48:59 +00:00
2 changed files with 4 additions and 4 deletions
4
.github/workflows/zjit-macos.yml
vendored
4
.github/workflows/zjit-macos.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- test_task: 'check'
|
- test_task: 'check'
|
||||||
configure: '--enable-zjit=dev --disable-yjit'
|
configure: '--enable-zjit=dev --disable-yjit'
|
||||||
|
|
||||||
- test_task: 'test-zjit'
|
- test_task: 'zjit-test'
|
||||||
configure: '--enable-zjit=dev --disable-yjit'
|
configure: '--enable-zjit=dev --disable-yjit'
|
||||||
# Test without ZJIT for now
|
# Test without ZJIT for now
|
||||||
#yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
|
#yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: nextest@0.9
|
tool: nextest@0.9
|
||||||
if: ${{ matrix.test_task == 'test-zjit' }}
|
if: ${{ matrix.test_task == 'zjit-test' }}
|
||||||
|
|
||||||
- name: Run configure
|
- name: Run configure
|
||||||
run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
|
run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
|
||||||
|
|
4
.github/workflows/zjit-ubuntu.yml
vendored
4
.github/workflows/zjit-ubuntu.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
configure: '--enable-zjit=dev --disable-yjit --with-gcc=clang-14'
|
configure: '--enable-zjit=dev --disable-yjit --with-gcc=clang-14'
|
||||||
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
|
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
|
||||||
|
|
||||||
- test_task: 'test-zjit'
|
- test_task: 'zjit-test'
|
||||||
configure: '--enable-zjit=dev --disable-yjit'
|
configure: '--enable-zjit=dev --disable-yjit'
|
||||||
|
|
||||||
- test_task: 'check'
|
- test_task: 'check'
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: nextest@0.9
|
tool: nextest@0.9
|
||||||
if: ${{ matrix.test_task == 'test-zjit' }}
|
if: ${{ matrix.test_task == 'zjit-test' }}
|
||||||
|
|
||||||
|
|
||||||
- uses: ./.github/actions/setup/directories
|
- uses: ./.github/actions/setup/directories
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue