File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments