@@ -109,12 +109,6 @@ jobs:
109
109
distribution : ' graalvm-community'
110
110
github-token : ${{ secrets.GITHUB_TOKEN }}
111
111
native-image-job-reports : ' true'
112
- - name : Setup upx
113
- run : |
114
- UPX_VERSION=5.0.0
115
- curl --fail --show-error --location --remote-name "https://github.com/upx/upx/releases/download/v$UPX_VERSION/upx-$UPX_VERSION-amd64_linux.tar.xz"
116
- tar -xf upx-$UPX_VERSION-amd64_linux.tar.xz
117
- mv ./upx-$UPX_VERSION-amd64_linux/upx /usr/local/bin/upx
118
112
- name : Download compiler jar
119
113
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
120
114
with :
@@ -147,7 +141,6 @@ jobs:
147
141
run : |
148
142
cp ../google-closure-compiler-java/compiler.jar compiler.jar
149
143
yarn run build
150
- upx compiler
151
144
- name : Tests
152
145
run : yarn workspaces run test --color
153
146
- name : Upload artifacts
@@ -187,12 +180,6 @@ jobs:
187
180
distribution : ' graalvm-community'
188
181
github-token : ${{ secrets.GITHUB_TOKEN }}
189
182
native-image-job-reports : ' true'
190
- - name : Setup upx
191
- run : |
192
- UPX_VERSION=5.0.0
193
- curl --fail --show-error --location --remote-name "https://github.com/upx/upx/releases/download/v$UPX_VERSION/upx-$UPX_VERSION-arm64_linux.tar.xz"
194
- tar -xf upx-$UPX_VERSION-arm64_linux.tar.xz
195
- mv ./upx-$UPX_VERSION-arm64_linux/upx /usr/local/bin/upx
196
183
- name : Download compiler jar
197
184
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
198
185
with :
@@ -225,7 +212,6 @@ jobs:
225
212
run : |
226
213
cp ../google-closure-compiler-java/compiler.jar compiler.jar
227
214
yarn run build
228
- upx compiler
229
215
- name : Tests
230
216
run : yarn workspaces run test --color
231
217
- name : Upload artifacts
@@ -263,9 +249,6 @@ jobs:
263
249
distribution : ' graalvm-community'
264
250
github-token : ${{ secrets.GITHUB_TOKEN }}
265
251
native-image-job-reports : ' true'
266
- # # See https://github.com/google/closure-compiler-npm/issues/265
267
- # - name: Install upx
268
- # run: brew install upx
269
252
- name : Download compiler jar
270
253
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
271
254
with :
@@ -298,7 +281,6 @@ jobs:
298
281
run : |
299
282
cp ../google-closure-compiler-java/compiler.jar compiler.jar
300
283
yarn run build
301
- # upx compiler
302
284
- name : Tests
303
285
run : yarn workspaces run test --color
304
286
- name : Upload artifacts
0 commit comments