Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Change-Id: I6db99eb94786170719a5b62c4a5d17d92d7c6e55
  • Loading branch information
kpet committed Nov 24, 2024
1 parent b30bbf5 commit 9da585c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ jobs:
git clone -b release/19.x --depth 1 https://github.com/llvm/llvm-project.git llvm-project
- name: Build LLVM
run: |
cd llvm-project\llvm
cd llvm-project/llvm
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
-DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="AArch64;X86"
cmake .. -G Ninja -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="AArch64;X86"
ninja
ninja install
- name: Fetch Mesa
Expand Down

0 comments on commit 9da585c

Please sign in to comment.