Skip to content

Commit b38b5ba

Browse files
committed
Don't compress Windows binaries with UPX
1 parent 1ce0b28 commit b38b5ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ jobs:
174174
- name: build Windows LLVM
175175
run: ./build-llvm.cmd
176176

177-
- name: Download UPX
178-
run: ./download-upx.ps1
179-
180-
- name: Compress LLVM utilities with UPX
181-
run: |
182-
./upx.exe -9 -v .\artifacts\windows\bin\llc.exe
183-
./upx.exe -9 -v .\artifacts\windows\bin\lld.exe
184-
./upx.exe -9 -v .\artifacts\windows\bin\llvm-mc.exe
185-
./upx.exe -9 -v .\artifacts\windows\bin\llvm-strip.exe
177+
# - name: Download UPX
178+
# run: ./download-upx.ps1
179+
180+
# - name: Compress LLVM utilities with UPX
181+
# run: |
182+
# ./upx.exe -9 -v .\artifacts\windows\bin\llc.exe
183+
# ./upx.exe -9 -v .\artifacts\windows\bin\lld.exe
184+
# ./upx.exe -9 -v .\artifacts\windows\bin\llvm-mc.exe
185+
# ./upx.exe -9 -v .\artifacts\windows\bin\llvm-strip.exe
186186

187187
- name: package LLVM artifacts
188188
run: 7z a artifacts-windows-llvm.7z artifacts

0 commit comments

Comments
 (0)