Skip to content

Commit

Permalink
ci: try to save some disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Oct 24, 2024
1 parent fca5f01 commit 6d75250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ cmake -GNinja -DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
-DLLVM_DEFAULT_TARGET_TRIPLE="aarch64-linux-gnu" \
../llvm
ninja clang builtins
ninja clang
rm -f _CPack_Packages
ninja builtins
# copy to expected target triple
cp -arv lib/clang/19/lib/aarch64-linux-gnu lib/clang/19/lib/aarch64-unknown-linux-gnu

0 comments on commit 6d75250

Please sign in to comment.