Skip to content

Commit

Permalink
Downgrade staticx 0.12.1 for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongy committed May 1, 2022
1 parent 604a2c5 commit cadde71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion exe-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ pyinstaller==4.0; platform.machine == "x86_64"
# see https://github.com/pyinstaller/pyinstaller/issues/5540
pyinstaller==4.10; platform.machine == "aarch64"
# for aarch64 we build a slightly patched version
staticx==0.13.6; platform.machine == "x86_64"
# I tried upgrading to 0.13.6 but it crashes when the botoloader is run as non-root :/
# I got this error in gdb:
# (gdb) run
# Starting program: /path/to/build/x86_64/gprofiler
# During startup program terminated with signal SIGSEGV, Segmentation fault.
# staying with 0.12.1 for the mean time...
staticx==0.12.1; platform.machine == "x86_64"

0 comments on commit cadde71

Please sign in to comment.