Skip to content

Commit d3b0451

Browse files
committed
bump the llvm-config version
I guess with ubuntu-22.04 `llvm-config-12` is no longer installed. That LLVM version is ancient anyway, so let's try bumping it?
1 parent 1e4d3f6 commit d3b0451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/internal-testsuite.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
sudo apt-get -qq update
8080
sudo apt-get -qq install \
8181
libbrotli-dev \
82-
libclang-12-dev \
82+
libclang-15-dev \
8383
libgcrypt20 \
8484
libreadline-dev \
8585
libidn2-dev \
@@ -102,7 +102,7 @@ jobs:
102102
# Working dir is /home/runner/work/c2rust/c2rust
103103
- name: Build c2rust
104104
run: |
105-
export LLVM_CONFIG_PATH=/usr/bin/llvm-config-12
105+
export LLVM_CONFIG_PATH=/usr/bin/llvm-config-15
106106
cargo build --release
107107
108108
# TODO(pl): figure out why compile_commands.json may cause json-c to fail

0 commit comments

Comments
 (0)