Loading projects/go-bootstrap/README.md +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,10 @@ However, starting with Go 1.21, So, we checked that the Go 1.23.6 binaries we produced with our old procedure at 80f16f97e7c2973e9aa4458606c9afd2c63c2d60 matched the official binaries. Then, we checked that the Go 1.25.8 binaries produced in tor-browser-build at 7760e4679974e64d1087a98ec34324faf02bcf35 matched the official binaries, except for the known `go.env`, which we are changing in the build script. ## How to update 1. In `projects/go/config`, update version to the version we want to be the new Loading projects/go-bootstrap/config +2 −2 Original line number Diff line number Diff line # vim: filetype=yaml sw=2 # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this version. version: 1.23.6 version: 1.25.8 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 0 Loading @@ -11,4 +11,4 @@ input_files: name: go # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this hash. sha256sum: 9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d sha256sum: ceb5e041bbc3893846bd1614d76cb4681c91dadee579426cf21a63f2d7e03be6 projects/go/config +2 −2 Original line number Diff line number Diff line # vim: filetype=yaml sw=2 version: '1.25.8' version: '1.26.1' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e source_sha256: 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb no_crosscompile: 1 setup: | mkdir -p /var/tmp/dist Loading Loading
projects/go-bootstrap/README.md +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,10 @@ However, starting with Go 1.21, So, we checked that the Go 1.23.6 binaries we produced with our old procedure at 80f16f97e7c2973e9aa4458606c9afd2c63c2d60 matched the official binaries. Then, we checked that the Go 1.25.8 binaries produced in tor-browser-build at 7760e4679974e64d1087a98ec34324faf02bcf35 matched the official binaries, except for the known `go.env`, which we are changing in the build script. ## How to update 1. In `projects/go/config`, update version to the version we want to be the new Loading
projects/go-bootstrap/config +2 −2 Original line number Diff line number Diff line # vim: filetype=yaml sw=2 # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this version. version: 1.23.6 version: 1.25.8 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 0 Loading @@ -11,4 +11,4 @@ input_files: name: go # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this hash. sha256sum: 9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d sha256sum: ceb5e041bbc3893846bd1614d76cb4681c91dadee579426cf21a63f2d7e03be6
projects/go/config +2 −2 Original line number Diff line number Diff line # vim: filetype=yaml sw=2 version: '1.25.8' version: '1.26.1' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e source_sha256: 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb no_crosscompile: 1 setup: | mkdir -p /var/tmp/dist Loading