8000 Use clang-14 to match the libclang version bindgen finds by default · github/ruby@84e7f67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84e7f67

Browse files
XrXrk0kubun
authored andcommitted
Use clang-14 to match the libclang version bindgen finds by default
1 parent 4fc785b commit 84e7f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yjit-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
include:
8282
- test_task: 'yjit-bindgen'
8383
hint: 'To fix: use patch in logs'
84-
configure: '--with-gcc=clang-12 --enable-yjit=dev'
84+
configure: '--with-gcc=clang-14 --enable-yjit=dev'
8585

8686
- test_task: 'check'
8787
# YJIT should be automatically built in release mode on x86-64 Linux with rustc present

0 commit comments

Comments
 (0)
0