File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments