File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Installing dependencies
2929 run : |
3030 apt-get update
31- apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils gcc g++ lld
31+ apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils gcc g++
3232
3333 apt-get remove -y llvm-16* clang-16* || true
3434 rm -rf /usr/lib/llvm-16
5252 -DCMAKE_BUILD_TYPE=Release \
5353 -DLLVM_ENABLE_PROJECTS="llvm" \
5454 -DLLVM_TARGETS_TO_BUILD="X86" \
55- -DLLVM_USE_LINKER=lld \
5655 -DLLVM_BUILD_TESTS=OFF \
5756 -DLLVM_INCLUDE_TESTS=OFF \
5857 -DLLVM_INCLUDE_EXAMPLES=OFF \
7877 -DLLVM_TABLEGEN=/host-tools/bin/llvm-tblgen \
7978 -DLLVM_CONFIG_PATH=/host-tools/bin/llvm-config \
8079 -DLLVM_ENABLE_PROJECTS="llvm;lld" \
81- -DLLVM_USE_LINKER=lld \
8280 -DLLVM_ENABLE_TERMINFO=OFF \
8381 -DLLVM_ENABLE_ZLIB=ON \
8482 -DLLVM_ENABLE_LIBXML2=OFF \
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 ## llvm-x86_64-unknown-linux-gnu
133133
134134 LLVM for x86_64-unknown-linux-gnu host target for Thrush Compiler build phase.
135-
135+
136136 files : |
137137 tempDir/llvm-x86_64-unknown-linux-gnu.tar.xz
138138
You can’t perform that action at this time.
0 commit comments