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


Commits:
ff2c7ff4 by Nicolas Vigier at 2025-01-16T16:26:40+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/ff2c7ff4cc2e43873220ee40c71867b8629c114d

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ff2c7ff4cc2e43873220ee40c71867b8629c114d
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