Skip to content

Commit cadde71

Browse files
committed
Downgrade staticx 0.12.1 for x86_64
1 parent 604a2c5 commit cadde71

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

exe-requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ pyinstaller==4.0; platform.machine == "x86_64"
44
# see https://github.com/pyinstaller/pyinstaller/issues/5540
55
pyinstaller==4.10; platform.machine == "aarch64"
66
# for aarch64 we build a slightly patched version
7-
staticx==0.13.6; platform.machine == "x86_64"
7+
# I tried upgrading to 0.13.6 but it crashes when the botoloader is run as non-root :/
8+
# I got this error in gdb:
9+
# (gdb) run
10+
# Starting program: /path/to/build/x86_64/gprofiler
11+
# During startup program terminated with signal SIGSEGV, Segmentation fault.
12+
# staying with 0.12.1 for the mean time...
13+
staticx==0.12.1; platform.machine == "x86_64"

0 commit comments

Comments
 (0)