We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9ec6 commit 4573a8bCopy full SHA for 4573a8b
2 files changed
.github/workflows/zjit-macos.yml
@@ -46,6 +46,9 @@ jobs:
46
hint: 'combo build test'
47
configure: '--enable-yjit --enable-zjit'
48
49
+ - test_task: 'test-bundled-gems'
50
+ configure: '--enable-zjit=dev'
51
+
52
env:
53
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
54
RUN_OPTS: ${{ matrix.run_opts }}
.github/workflows/zjit-ubuntu.yml
@@ -66,6 +66,9 @@ jobs:
66
configure: '--enable-zjit=dev --with-gcc=clang-14'
67
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
68
69
70
71
72
73
74
0 commit comments