File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
217
217
- id : package-info
218
218
run : |
219
- filename="LLVM-${{ needs.prepare.outputs.release-version }}-Linux.tar.gz "
219
+ filename="LLVM-${{ needs.prepare.outputs.release-version }}-Linux.tar.xz "
220
220
echo "filename=$filename" >> $GITHUB_OUTPUT
221
221
echo "path=/mnt/build/tools/clang/stage2-bins/$filename" >> $GITHUB_OUTPUT
222
222
Original file line number Diff line number Diff line change @@ -91,4 +91,6 @@ endif()
91
91
# Final Stage Config (stage2)
92
92
set_final_stage_var (LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES} " STRING )
93
93
set_final_stage_var (LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS} " STRING )
94
+ set_final_stage_var (CPACK_GENERATOR "TXZ" STRING )
95
+ set_final_stage_var (CPACK_ARCHIVE_THREADS "0" STRING )
94
96
You can’t perform that action at this time.
0 commit comments