Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 117011c

Browse files
authored
Merge pull request #274 from google/no-upx-macos
Temporarily remove upx compression for MacOS
2 parents 5288a10 + 3e50994 commit 117011c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ jobs:
163163
java-version: '17'
164164
components: 'native-image'
165165
github-token: ${{ secrets.GITHUB_TOKEN }}
166-
- name: Install upx
167-
run: brew install upx
166+
# # See https://github.com/google/closure-compiler-npm/issues/265
167+
# - name: Install upx
168+
# run: brew install upx
168169
- name: Download compiler jar
169170
uses: actions/download-artifact@v3
170171
with:
@@ -192,7 +193,7 @@ jobs:
192193
run: |
193194
cp ../google-closure-compiler-java/compiler.jar compiler.jar
194195
yarn run build
195-
upx compiler
196+
# upx compiler
196197
- name: Tests
197198
run: yarn workspaces run test --colors
198199
- name: Upload artifacts

0 commit comments

Comments
 (0)