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
1 changed file:
Changes:
... | ... | @@ -51,6 +51,10 @@ cd /var/tmp/dist/go/src |
51 | 51 | # so remove it to preserve reproducibility of the output.
|
52 | 52 | rm -rf /var/tmp/dist/go/pkg/obj/go-build/
|
53 | 53 | |
54 | +# Disable go autoupdates (tor-browser-build#41345)
|
|
55 | +# See https://go.dev/doc/toolchain
|
|
56 | +sed -i -e 's/^GOTOOLCHAIN=.*/GOTOOLCHAIN=local/' /var/tmp/dist/go/go.env
|
|
57 | + |
|
54 | 58 | cd /var/tmp/dist
|
55 | 59 | [% c('tar', {
|
56 | 60 | tar_src => [ project ],
|