File tree Expand file tree Collapse file tree
.zuul/playbooks/containerd-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install Go
2727 uses : actions/setup-go@v1
2828 with :
29- go-version : ' 1.13.12 '
29+ go-version : ' 1.13.15 '
3030
3131 - name : Set env
3232 shell : bash
6666 - name : Install Go
6767 uses : actions/setup-go@v1
6868 with :
69- go-version : ' 1.13.12 '
69+ go-version : ' 1.13.15 '
7070
7171 - name : Set env
7272 shell : bash
@@ -138,7 +138,7 @@ jobs:
138138 - name : Set up Go
139139 uses : actions/setup-go@v1
140140 with :
141- go-version : ' 1.13.12 '
141+ go-version : ' 1.13.15 '
142142
143143 - name : Set env
144144 shell : bash
@@ -185,7 +185,7 @@ jobs:
185185 - name : Install Go
186186 uses : actions/setup-go@v1
187187 with :
188- go-version : ' 1.13.12 '
188+ go-version : ' 1.13.15 '
189189
190190 - name : Set env
191191 shell : bash
@@ -222,7 +222,7 @@ jobs:
222222 - name : Install Go
223223 uses : actions/setup-go@v1
224224 with :
225- go-version : ' 1.13.12 '
225+ go-version : ' 1.13.15 '
226226
227227 - name : Set env
228228 shell : bash
@@ -264,7 +264,7 @@ jobs:
264264 - name : Install Go
265265 uses : actions/setup-go@v1
266266 with :
267- go-version : ' 1.13.12 '
267+ go-version : ' 1.13.15 '
268268
269269 - name : Setup gosu
270270 shell : bash
Original file line number Diff line number Diff line change 6262 - name : Install Go
6363 uses : actions/setup-go@v1
6464 with :
65- go-version : ' 1.13.12 '
65+ go-version : ' 1.13.15 '
6666
6767 - name : Set env
6868 shell : bash
Original file line number Diff line number Diff line change 1515- linux
1616
1717go :
18- - " 1.13.12 "
18+ - " 1.13.15 "
1919
2020env :
2121 - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic GOPROXY=direct
Original file line number Diff line number Diff line change 11- hosts : all
22 become : yes
33 roles :
4- - role : config-golang
5- arch : arm64
4+ - role : config-golang
5+ go_version : ' 1.13.15'
6+ arch : arm64
67 tasks :
7- - name : Build containerd
8- shell :
9- cmd : |
10- set -xe
11- apt-get update
12- apt-get install -y btrfs-tools libseccomp-dev git pkg-config
8+ - name : Build containerd
9+ shell :
10+ cmd : |
11+ set -xe
12+ set -o pipefail
13+ apt-get update
14+ apt-get install -y btrfs-tools libseccomp-dev git pkg-config
1315
14- make | tee $LOGS_PATH/make.txt
15- make test | tee $LOGS_PATH/make_test.txt
16+ go version
17+ make | tee $LOGS_PATH/make.txt
18+ make test | tee $LOGS_PATH/make_test.txt
1619
17- cp -r ./bin $RESULTS_PATH
18- chdir : ' {{ zuul.project.src_dir }}'
19- executable : /bin/bash
20- environment : ' {{ global_env }}'
20+ cp -r ./bin $RESULTS_PATH
21+ chdir : ' {{ zuul.project.src_dir }}'
22+ executable : /bin/bash
23+ environment : ' {{ global_env }}'
Original file line number Diff line number Diff line change 66# 3.) $ make binaries install test
77#
88
9- ARG GOLANG_VERSION=1.13.12
9+ ARG GOLANG_VERSION=1.13.15
1010
1111FROM golang:${GOLANG_VERSION} AS golang-base
1212RUN mkdir -p /go/src/github.com/containerd/containerd
You can’t perform that action at this time.
0 commit comments