Skip to content

Commit

Permalink
Merge pull request #274 from google/no-upx-macos
Browse files Browse the repository at this point in the history
Temporarily remove upx compression for MacOS
  • Loading branch information
lvelden authored Nov 18, 2022
2 parents 5288a10 + 3e50994 commit 117011c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ jobs:
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install upx
run: brew install upx
# # See https://github.com/google/closure-compiler-npm/issues/265
# - name: Install upx
# run: brew install upx
- name: Download compiler jar
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -192,7 +193,7 @@ jobs:
run: |
cp ../google-closure-compiler-java/compiler.jar compiler.jar
yarn run build
upx compiler
# upx compiler
- name: Tests
run: yarn workspaces run test --colors
- name: Upload artifacts
Expand Down

0 comments on commit 117011c

Please sign in to comment.