Skip to content

Commit

Permalink
Upgrading LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 9, 2023
1 parent 8ee242f commit 5b73058
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libncurses5
sudo apt-get install -y libcurl4-openssl-dev
deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
sudo apt-get install -y llvm-17-dev
sudo apt-get install -y llvm-dev
- name: Configure (Unix)
if: ${{ matrix.os != 'windows-latest' }}
run: |
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
LLVM_DIR: ${{github.workspace}}/llvm/lib/cmake
- name: Build
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 5b73058

Please sign in to comment.