[tbb-commits] [builders/tor-browser-build] branch maint-11.5 updated: Bug 40464: Upgrade to go 1.18.7 & remove conditional android version of go

gitolite role git at cupani.torproject.org
Thu Oct 20 19:47:26 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch maint-11.5
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/maint-11.5 by this push:
     new a45263b6 Bug 40464: Upgrade to go 1.18.7 & remove conditional android version of go
a45263b6 is described below

commit a45263b691bb0cad0d2d6a2983458494fa11e9de
Author: Dan Ballard <dan at mindstab.net>
AuthorDate: Thu Oct 20 08:40:13 2022 -0700

    Bug 40464: Upgrade to go 1.18.7 & remove conditional android version of go
---
 projects/go/config     | 8 +-------
 projects/goxsys/config | 3 ++-
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/projects/go/config b/projects/go/config
index e6bee017..9cc6ee49 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.17.13
+version: 1.18.7
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 container:
   use_container: 1
@@ -94,7 +94,6 @@ targets:
     var:
       GOARCH: 386
   android:
-    version: 1.18.7
     var:
       GOOS: android
   android-x86:
@@ -116,11 +115,6 @@ input_files:
     project: '[% c("var/compiler") %]'
     enable: '[% ! c("var/linux") %]'
   - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
-    enable: '[% ! c("var/android") %]'
-    name: go
-    sha256sum: a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd
-  - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
-    enable: '[% c("var/android") %]'
     name: go
     sha256sum: 9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944
   - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
diff --git a/projects/goxsys/config b/projects/goxsys/config
index 470cf61c..e93c0aa7 100644
--- a/projects/goxsys/config
+++ b/projects/goxsys/config
@@ -1,7 +1,8 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://github.com/golang/sys
-git_hash: fae7ac547cb717d141c433a2a173315e216b64c4
+# 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list