sourcery
sourcery copied to clipboard
Installation compiles wrong executable on linux
Checklist
- [x] I have searched the Sourcery documentation for the issue, and found nothing
- [x] I have read the common issues and fixes listed in the Sourcery troubleshooting page, and found nothing
- [x] I have checked there are no open bugs referencing the same bug or problem
Description
It seems that Sourcery is being compiled for the wrong system when installing it on a vscode-server (running on raspberry pi, tunneling from vscode.dev)
Related issues:
Debug Information
$ uname -m -> aarch64 $ file sourcery -> sourcery: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=5640131b0a34a4b9e0ced95d4488e6fa643c0090, stripped
why is the pie exectuable x86-64? the server never starts this way, thus resulting in "Loading" forever, "127.0.0.1 refused to connect." respectively.
Sourcery Version: v1.23.0
Operating system and Version: Debian GNU/Linux 12 (bookworm)