Skip to content

Commit

Permalink
Don't compress Windows binaries with UPX
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jul 26, 2023
1 parent 1ce0b28 commit b38b5ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ jobs:
- name: build Windows LLVM
run: ./build-llvm.cmd

- name: Download UPX
run: ./download-upx.ps1

- name: Compress LLVM utilities with UPX
run: |
./upx.exe -9 -v .\artifacts\windows\bin\llc.exe
./upx.exe -9 -v .\artifacts\windows\bin\lld.exe
./upx.exe -9 -v .\artifacts\windows\bin\llvm-mc.exe
./upx.exe -9 -v .\artifacts\windows\bin\llvm-strip.exe
# - name: Download UPX
# run: ./download-upx.ps1

# - name: Compress LLVM utilities with UPX
# run: |
# ./upx.exe -9 -v .\artifacts\windows\bin\llc.exe
# ./upx.exe -9 -v .\artifacts\windows\bin\lld.exe
# ./upx.exe -9 -v .\artifacts\windows\bin\llvm-mc.exe
# ./upx.exe -9 -v .\artifacts\windows\bin\llvm-strip.exe

- name: package LLVM artifacts
run: 7z a artifacts-windows-llvm.7z artifacts
Expand Down

0 comments on commit b38b5ba

Please sign in to comment.