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

Commit 3e50994

Browse files
Temporarily remove upx compression for MacOS
Segmentation fault crashes were reported for AMD64 Macs on Ventura
1 parent c415304 commit 3e50994

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
@@ -165,8 +165,9 @@ jobs:
165165
java-version: '17'
166166
components: 'native-image'
167167
github-token: ${{ secrets.GITHUB_TOKEN }}
168-
- name: Install upx
169-
run: brew install upx
168+
# # See https://github.com/google/closure-compiler-npm/issues/265
169+
# - name: Install upx
170+
# run: brew install upx
170171
- name: Download compiler jar
171172
uses: actions/download-artifact@v2
172173
with:
@@ -195,7 +196,7 @@ jobs:
195196
run: |
196197
cp ../google-closure-compiler-java/compiler.jar compiler.jar
197198
yarn run build
198-
upx compiler
199+
# upx compiler
199200
- name: Tests
200201
run: yarn workspaces run test --colors
201202
- name: Upload artifacts

0 commit comments

Comments
 (0)