boklm pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
bd681918 by Nicolas Vigier at 2025-01-16T16:25:25+01:00
Bug 41345: Set GOTOOLCHAIN=local

- - - - -


1 changed file:

- projects/go/build


Changes:

=====================================
projects/go/build
=====================================
@@ -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 ],



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bd68191841f0ef840fe7c204aa423bacfaab82e9

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bd68191841f0ef840fe7c204aa423bacfaab82e9
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to