Skip to content
Snippets Groups Projects
Verified Commit bd681918 authored by boklm's avatar boklm
Browse files

Bug 41345: Set GOTOOLCHAIN=local

parent 8880f6fa
No related branches found
No related tags found
1 merge request!1127Bug 41345: Set GOTOOLCHAIN=local
......@@ -51,6 +51,10 @@ cd /var/tmp/dist/go/src
# so remove it to preserve reproducibility of the output.
rm -rf /var/tmp/dist/go/pkg/obj/go-build/
# Disable go autoupdates (tor-browser-build#41345)
# See https://go.dev/doc/toolchain
sed -i -e 's/^GOTOOLCHAIN=.*/GOTOOLCHAIN=local/' /var/tmp/dist/go/go.env
cd /var/tmp/dist
[% c('tar', {
tar_src => [ project ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment