[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41345: Set GOTOOLCHAIN=local



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx