Unable to get past linking stage of compiler from build-static.sh script. #1115
Unanswered
technowizardbob
asked this question in
Q&A
Replies: 1 comment
-
|
I don't believe that script is meant to be run directly on a machine and instead is meant to be built in the docker container for reproducing builds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
go version go1.23.2 linux/amd64 - Ubuntu 24.04.1 LTS.
had to run: go env -w GOPROXY=https://proxy.golang.org,direct
NOTE: I added the following to the script, so I do not have to keep deleting the watcher folder:
The script does not install upx, so I did it manually:
Beta Was this translation helpful? Give feedback.
All reactions