8000
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 84e7f67 commit 53549b3Copy full SHA for 53549b3
.github/workflows/yjit-ubuntu.yml
@@ -82,6 +82,7 @@ jobs:
82
- test_task: 'yjit-bindgen'
83
hint: 'To fix: use patch in logs'
84
configure: '--with-gcc=clang-14 --enable-yjit=dev'
85
+ libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
86
87
- test_task: 'check'
88
# YJIT should be automatically built in release mode on x86-64 Linux with rustc present
@@ -192,6 +193,7 @@ jobs:
192
193
PRECHECK_BUNDLED_GEMS: 'no'
194
SYNTAX_SUGGEST_TIMEOUT: '5'
195
YJIT_BINDGEN_DIFF_OPTS: '--exit-code'
196
+ LIBCLANG_PATH: ${{ matrix.libclang_path }}
197
continue-on-error: ${{ matrix.continue-on-test_task || false }}
198
199
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
0 commit comments