Skip to content

Commit

Permalink
add Slim llvm 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 committed Mar 11, 2024
1 parent eab3d89 commit a50830d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-kernel_by_Slim_LLVM1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/kernel_workspace
mkdir llvm-clang && mkdir binutils
if [ ${{ env.SLIM_LLVM_CLANG_VERSION }} = 18.1.0 ]; then
wget -O clang181.tar.xz https://mirrors.edge.kernel.org/pub/tools/llvm/files/llvm-18.1.0-x86_64.tar.xz
tar -C llvm-clang/ -xf clang181.tar.xz
fi
if [ ${{ env.SLIM_LLVM_CLANG_VERSION }} = 17.0.6 ]; then
wget -O clang17.tar.xz https://github.com/tomxi1997/Toolchain-for-amd64-hosts/releases/download/v1/llvm-17.0.6-x86_64.tar.xz
tar -C llvm-clang/ -xf clang17.tar.xz
Expand Down

0 comments on commit a50830d

Please sign in to comment.