-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/release: linux-arm release build fails #13577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Where did |
It's coming from the Ubuntu 14.04 flavour of Linux our scaleway arm boxes On Thu, 17 Dec 2015, 18:14 Russ Cox [email protected] wrote:
|
Certainly my not very sophisticated approach to Debian package builds On 17 December 2015 at 20:40, Dave Cheney [email protected] wrote:
|
https://go-review.googlesource.com/17970 should take care of disabling the test in this case. |
I went even more lowbrow. I used gomote to rm /usr/bin/gdb before the builder got to that phase of ./all.bash
|
Um, the scaleway builders don't run in Docker containers. They run under systemd with a freshly tmpfs as their build filesystem $WORKDIR, but /usr/bin/gdb was the host's gdb you deleted. :-) |
Oh crap. Sorry. I did not know that.
|
Did you try it with my CL before deleting gdb? Just curious whether it
helped at all.
|
I did that process last week when I was trailing the change on the Go 1.5.2 On Fri, 18 Dec 2015, 10:34 Russ Cox [email protected] wrote:
|
After applying CL 17663 the release build fails to complete the tests.
I believe this is because the release build runs with GOROOT_FINAL set, altering the path to runtime-gdb.py which is embedded into the binary.
Blocks #13066
/cc @bradfitz @broady
The text was updated successfully, but these errors were encountered: