[tor-commits] [snowflake/master] Update Go version for .gitlab-ci.yml

cohosh at torproject.org cohosh at torproject.org
Thu Mar 25 20:15:57 UTC 2021


commit 196c230ac7e6e2d6be7c00d2c3f90e11d23b21b7
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Tue Feb 2 16:11:29 2021 -0500

    Update Go version for .gitlab-ci.yml
---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ac0aa0..7288b5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,7 @@ android:
   image: registry.gitlab.com/fdroid/ci-images-client
   variables:
     GOPATH: "/go"
+    ANDROID_VERSION: 29
   cache:
     paths:
       - .gradle/wrapper
@@ -79,12 +80,12 @@ android:
         gnupg
         wget
     - cd /usr/local
-    - export gotarball="go1.13.12.linux-amd64.tar.gz"
+    - export gotarball="go1.15.10.linux-amd64.tar.gz"
     - wget -q https://dl.google.com/go/${gotarball}
     - wget -q https://dl.google.com/go/${gotarball}.asc
     - curl https://dl.google.com/linux/linux_signing_key.pub | gpg --import
     - gpg --verify ${gotarball}.asc
-    - echo "9cacc6653563771b458c13056265aa0c21b8a23ca9408278484e4efde4160618  ${gotarball}" | sha256sum -c
+    - echo "4aa1267517df32f2bf1cc3d55dfc27d0c6b2c2b0989449c96dd19273ccca051d  ${gotarball}" | sha256sum -c
     - tar -xzf ${gotarball}
     - export PATH="/usr/local/go/bin:$GOPATH/bin:$PATH"  # putting this in 'variables:' cause weird runner errors
     - cd $CI_PROJECT_DIR
@@ -99,6 +100,7 @@ android:
     - go install golang.org/x/mobile/cmd/gomobile
     - go install golang.org/x/mobile/cmd/gobind
     - echo y | $ANDROID_HOME/tools/bin/sdkmanager 'ndk-bundle' > /dev/null
+    - echo y | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-${ANDROID_VERSION}" > /dev/null
     - gomobile init
 
     - git -C $CI_PROJECT_DIR reset --hard



More information about the tor-commits mailing list