Skip to content

Commit fe27e98

Browse files
committed
Drop Upx from linux-amd64
1 parent 1d9a862 commit fe27e98

4 files changed

Lines changed: 2 additions & 24 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ jobs:
133133
run: |
134134
bb native-cli
135135
136-
- name: Compress binary
137-
uses: svenstaro/upx-action@v2
138-
with:
139-
file: eca
140-
141136
- name: Zip binary
142137
run: zip eca-native-linux-amd64.zip eca
143138

@@ -198,11 +193,6 @@ jobs:
198193
run: |
199194
bb native-cli
200195
201-
- name: Compress binary
202-
uses: svenstaro/upx-action@v2
203-
with:
204-
file: eca
205-
206196
- name: Zip binary
207197
run: zip eca-native-static-linux-amd64.zip eca
208198

@@ -389,8 +379,6 @@ jobs:
389379
run: |
390380
bb native-cli
391381
392-
# UPX compression disabled for Windows due to https://github.com/upx/upx/issues/670
393-
394382
- name: Zip binary
395383
run: |
396384
jar -cMf eca-native-windows-amd64.zip eca.exe

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ jobs:
7575
run: |
7676
bb native-cli
7777
78-
- name: Compress binary
79-
uses: svenstaro/upx-action@v2
80-
with:
81-
file: eca
82-
8378
- name: Zip binary
8479
run: zip eca-native-linux-amd64.zip eca
8580

@@ -332,8 +327,6 @@ jobs:
332327
run: |
333328
bb native-cli
334329
335-
# UPX compression disabled for Windows due to https://github.com/upx/upx/issues/670
336-
337330
- name: Zip binary
338331
run: |
339332
jar -cMf eca-native-windows-amd64.zip eca.exe

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ jobs:
120120
run: |
121121
bb native-cli
122122
123-
- name: Compress binary
124-
uses: svenstaro/upx-action@v2
125-
with:
126-
file: eca
127-
128123
- name: Upload
129124
uses: actions/upload-artifact@v4
130125
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Drop UPX compression for all native image builds.
6+
57
## 0.114.2
68

79
- Fix completion requests failing with OpenAI subscription models by always streaming on the Responses API. eca-emacs#183

0 commit comments

Comments
 (0)