mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
.builds: upgrade to Go 1.16.6
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@ sources:
|
|||||||
environment:
|
environment:
|
||||||
PATH: /home/build/sdk/go/bin:/bin:/usr/local/bin:/usr/bin
|
PATH: /home/build/sdk/go/bin:/bin:/usr/local/bin:/usr/bin
|
||||||
tasks:
|
tasks:
|
||||||
- install_go1_14: |
|
- install_go: |
|
||||||
mkdir -p /home/build/sdk
|
mkdir -p /home/build/sdk
|
||||||
curl https://dl.google.com/go/go1.14.freebsd-amd64.tar.gz | tar -C /home/build/sdk -xzf -
|
curl https://dl.google.com/go/go1.16.6.freebsd-amd64.tar.gz | tar -C /home/build/sdk -xzf -
|
||||||
- test_gio: |
|
- test_gio: |
|
||||||
export EGL_PLATFORM=surfaceless # for headless tests
|
export EGL_PLATFORM=surfaceless # for headless tests
|
||||||
cd gio
|
cd gio
|
||||||
|
|||||||
+2
-2
@@ -36,9 +36,9 @@ environment:
|
|||||||
secrets:
|
secrets:
|
||||||
- 75d8a1eb-5fc5-4074-8a36-db6015d6ed5a
|
- 75d8a1eb-5fc5-4074-8a36-db6015d6ed5a
|
||||||
tasks:
|
tasks:
|
||||||
- install_go1_14: |
|
- install_go: |
|
||||||
mkdir -p /home/build/sdk
|
mkdir -p /home/build/sdk
|
||||||
curl -s https://dl.google.com/go/go1.14.linux-amd64.tar.gz | tar -C /home/build/sdk -xzf -
|
curl -s https://dl.google.com/go/go1.16.6.linux-amd64.tar.gz | tar -C /home/build/sdk -xzf -
|
||||||
- test_gio: |
|
- test_gio: |
|
||||||
cd gio
|
cd gio
|
||||||
export EGL_PLATFORM=surfaceless # for headless tests
|
export EGL_PLATFORM=surfaceless # for headless tests
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ environment:
|
|||||||
tasks:
|
tasks:
|
||||||
- install_go: |
|
- install_go: |
|
||||||
mkdir -p /home/build/sdk
|
mkdir -p /home/build/sdk
|
||||||
curl https://dl.google.com/go/go1.16.3.src.tar.gz | tar -C /home/build/sdk -xzf -
|
curl https://dl.google.com/go/go1.16.6.src.tar.gz | tar -C /home/build/sdk -xzf -
|
||||||
cd /home/build/sdk/go/src
|
cd /home/build/sdk/go/src
|
||||||
./make.bash
|
./make.bash
|
||||||
- test_gio: |
|
- test_gio: |
|
||||||
|
|||||||
Reference in New Issue
Block a user