Skip to content

Commit

Permalink
ci: symbols on LLVM 18 (#3539)
Browse files Browse the repository at this point in the history
Alan's reporting this is fine on clang-18
  • Loading branch information
AlanGriffiths authored Aug 13, 2024
2 parents 7b98961 + 15c131b commit 210d4c4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/symbols-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:

- name: Install dependencies
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo add-apt-repository --update "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
sudo apt install libclang1-20
sudo apt install python3-clang-20
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_SO_PATH=/usr/lib/llvm-20/lib/libclang-20.so.1" >> $GITHUB_ENV
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_LIBRARY_PATH=/usr/lib/llvm-20/lib" >> $GITHUB_ENV
sudo apt install libclang1-18 python3-clang-18
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_SO_PATH=/usr/lib/llvm-18/lib/libclang-18.so.1" >> $GITHUB_ENV
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_LIBRARY_PATH=/usr/lib/llvm-18/lib" >> $GITHUB_ENV
sudo apt-get build-dep ./
- name: Configure
Expand Down

0 comments on commit 210d4c4

Please sign in to comment.