Skip to content

Commit 256ac43

Browse files
committed
Skip shipit benchmark because sassc is not working with artifact under the ext directory.
https://github.com/ruby/ruby/actions/runs/21970480259/job/63470652855
1 parent 98269b6 commit 256ac43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
include:
159159
# Test --call-threshold=2 with 2 iterations in total
160160
- ruby_opts: '--zjit-call-threshold=2'
161-
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
161+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
162162
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
163163

164164
runs-on: macos-14

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
include:
216216
# Test --call-threshold=2 with 2 iterations in total
217217
- ruby_opts: '--zjit-call-threshold=2'
218-
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
218+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
219219
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
220220

221221
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)