We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604a2c5 commit cadde71Copy full SHA for cadde71
1 file changed
exe-requirements.txt
@@ -4,4 +4,10 @@ pyinstaller==4.0; platform.machine == "x86_64"
4
# see https://github.com/pyinstaller/pyinstaller/issues/5540
5
pyinstaller==4.10; platform.machine == "aarch64"
6
# for aarch64 we build a slightly patched version
7
-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 :/
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