This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 8867fa20 fixup! Bug 40464: Upgrade to go 1.19.2 8867fa20 is described below
commit 8867fa20d797dd8797d88948f2d9584077181724 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Oct 20 22:32:36 2022 +0200
fixup! Bug 40464: Upgrade to go 1.19.2
Use the same version (1.19.2 at the moment) both for desktop and Android.
Also, updated gosys to current HEAD. --- projects/go/config | 6 ------ projects/goxsys/config | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/projects/go/config b/projects/go/config index ea3c6c36..a61bcff3 100644 --- a/projects/go/config +++ b/projects/go/config @@ -99,7 +99,6 @@ targets: var: GOARCH: 386 android: - version: 1.18.5 var: GOOS: android android-x86: @@ -121,13 +120,8 @@ input_files: project: '[% c("var/compiler") %]' enable: '[% ! c("var/linux") %]' - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' - enable: '[% ! c("var/android") %]' name: go sha256sum: 2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b - - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' - enable: '[% c("var/android") %]' - name: go - sha256sum: 9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a - URL: 'https://golang.org/dl/go%5B% c("var/go14_version") %].src.tar.gz' name: go14 sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 diff --git a/projects/goxsys/config b/projects/goxsys/config index 9b524e87..e93c0aa7 100644 --- a/projects/goxsys/config +++ b/projects/goxsys/config @@ -1,8 +1,8 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' git_url: https://github.com/golang/sys -# hash at the top of the internal-branch.go1.19-vendor branch -git_hash: 6c1b26c55098eae66ce95ab7c3712ab6cbfff2b7 +# HEAD as of 2022.10.20 +git_hash: 95e765b1cc43ac521bd4fd501e00774e34401449 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' container: use_container: 1
tor-commits@lists.torproject.org