Skip to content

Commit 30368fb

Browse files
committed
fix ci
1 parent 28602fb commit 30368fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-foryc-binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ env:
6565
# UPX notes:
6666
# UPX is applied to the executable inside dist/foryc/ only, not the dir.
6767
# macOS skips UPX — UPX 4.x+ dropped Mach-O support entirely.
68+
# Windows skips UPX — the onedir bootloader stub's PE layout is
69+
# incompatible with UPX --best --lzma (exit code 1, no output).
6870
#
6971
# Phase 2 distribution note:
7072
# The onedir package is 20-40 MB total (python311.dll + stdlib .pyc files).
@@ -117,7 +119,7 @@ jobs:
117119
artifact_name: foryc-windows-x86_64
118120
binary_path: compiler/dist/foryc/foryc.exe
119121
binary_name: foryc.exe
120-
use_upx: true
122+
use_upx: false
121123
codesign: false
122124

123125
steps:

0 commit comments

Comments
 (0)