Closed hpretl closed 3 months ago
Compiling Fault on Ubuntu 22.04 on amd64 works, but the same installation on arm64 fails. The following code line leads to a hangup:
amd64
arm64
let python3 = "python3 -V".shOutput()
I removed the build script in question
Compiling Fault on Ubuntu 22.04 on
amd64
works, but the same installation onarm64
fails. The following code line leads to a hangup: