Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
f1625549
by Pier Angelo Vendrame at 2026-04-01T18:11:38+02:00
3 changed files:
Changes:
| ... | ... | @@ -10,6 +10,10 @@ However, starting with Go 1.21, |
| 10 | 10 | So, we checked that the Go 1.23.6 binaries we produced with our old procedure
|
| 11 | 11 | at 80f16f97e7c2973e9aa4458606c9afd2c63c2d60 matched the official binaries.
|
| 12 | 12 | |
| 13 | +Then, we checked that the Go 1.25.8 binaries produced in tor-browser-build at
|
|
| 14 | +7760e4679974e64d1087a98ec34324faf02bcf35 matched the official binaries, except
|
|
| 15 | +for the known `go.env`, which we are changing in the build script.
|
|
| 16 | + |
|
| 13 | 17 | ## How to update
|
| 14 | 18 | |
| 15 | 19 | 1. In `projects/go/config`, update version to the version we want to be the new
|
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | 2 | # Make sure we can reproduce the official binaries before updating.
|
| 3 | 3 | # Check README.md for more information before updating this version.
|
| 4 | -version: 1.23.6
|
|
| 4 | +version: 1.25.8
|
|
| 5 | 5 | filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 6 | 6 | container:
|
| 7 | 7 | use_container: 0
|
| ... | ... | @@ -11,4 +11,4 @@ input_files: |
| 11 | 11 | name: go
|
| 12 | 12 | # Make sure we can reproduce the official binaries before updating.
|
| 13 | 13 | # Check README.md for more information before updating this hash.
|
| 14 | - sha256sum: 9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d |
|
| 14 | + sha256sum: ceb5e041bbc3893846bd1614d76cb4681c91dadee579426cf21a63f2d7e03be6 |
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | -version: '1.25.8'
|
|
| 2 | +version: '1.26.1'
|
|
| 3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 4 | 4 | container:
|
| 5 | 5 | use_container: 1
|
| 6 | 6 | |
| 7 | 7 | var:
|
| 8 | - source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e
|
|
| 8 | + source_sha256: 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb
|
|
| 9 | 9 | no_crosscompile: 1
|
| 10 | 10 | setup: |
|
| 11 | 11 | mkdir -p /var/tmp/dist
|