Skip to content

Commit

Permalink
set LLVM_CONFIG var to llvm-19
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 5, 2024
1 parent f7f2ab4 commit d8fa195
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
TABLEGEN_190_PREFIX: /usr/lib/llvm-19/
LLVM_CONFIG: /usr/lib/llvm-19/bin/llvm-config
steps:
- name: Remove old llvm versions
shell: bash
run: |
sudo apt-get update
sudo apt-get remove -y '^llvm-.*'
sudo apt-get autoremove -y
sudo apt-get clean
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
Expand All @@ -36,6 +30,9 @@ jobs:
repo: deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main
repo-name: llvm-repo
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
- name: Update and upgrade APT
shell: bash
run: sudo apt-get update && sudo apt-get upgrade -y
- name: Install LLVM
run:
sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19
Expand Down

0 comments on commit d8fa195

Please sign in to comment.