Comment out IBM Z for now and quieten apt-get

This commit is contained in:
John Barton 2020-11-11 12:45:16 +11:00
parent 38a8505415
commit cbda1cc5ce
1 changed files with 4 additions and 3 deletions

View File

@ -24,8 +24,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
arch: arch:
- name: IBM Z and LinuxONE # For some reasons this is segfaulting on go env
architecture: "s390x" # - name: IBM Z and LinuxONE
# architecture: "s390x"
- name: POWER8 - name: POWER8
architecture: "ppc64le" architecture: "ppc64le"
@ -42,7 +43,7 @@ jobs:
CGO_ENABLED: 0 CGO_ENABLED: 0
run: | run: |
apt-get update apt-get update
apt-get install -y curl wget git apt-get install -q -y curl wget git
latestGo=$(curl "https://golang.org/VERSION?m=text") latestGo=$(curl "https://golang.org/VERSION?m=text")
wget "https://dl.google.com/go/${latestGo}.linux-${GOARCH}.tar.gz" wget "https://dl.google.com/go/${latestGo}.linux-${GOARCH}.tar.gz"
rm -f $(which go) rm -f $(which go)