Verified Commit 8867fa20 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

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.
parent ec85353e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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[% c("version") %].src.tar.gz'
    enable: '[% ! c("var/android") %]'
    name: go
    sha256sum: 2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b
  - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
    enable: '[% c("var/android") %]'
    name: go
    sha256sum: 9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a
  - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
    name: go14
    sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
+2 −2
Original line number Diff line number Diff line
# 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