Skip to content

Commit b566859

Browse files
committed
.zuul: update go version to 1.13.10
Signed-off-by: Wei Fu <[email protected]>
1 parent e094d36 commit b566859

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

  • .zuul/playbooks/containerd-build
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
- hosts: all
22
become: yes
33
roles:
4-
- role: config-golang
5-
arch: arm64
4+
- role: config-golang
5+
go_version: '1.13.10'
6+
arch: arm64
67
tasks:
7-
- name: Build containerd
8-
shell:
9-
cmd: |
10-
set -xe
11-
set -o pipefail
12-
apt-get update
13-
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
1415
15-
make | tee $LOGS_PATH/make.txt
16-
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
1719
18-
cp -r ./bin $RESULTS_PATH
19-
chdir: '{{ zuul.project.src_dir }}'
20-
executable: /bin/bash
21-
environment: '{{ global_env }}'
20+
cp -r ./bin $RESULTS_PATH
21+
chdir: '{{ zuul.project.src_dir }}'
22+
executable: /bin/bash
23+
environment: '{{ global_env }}'

0 commit comments

Comments
 (0)