Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chainhelen committed Mar 14, 2020
1 parent c314654 commit 2aa0c97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .cirrus.yml
Expand Up @@ -10,10 +10,11 @@ linuxamd64_task:
- yum -y install wget make git gcc
- wget -q https://dl.google.com/go/go${GOVERSION}.linux-amd64.tar.gz
- tar -C /usr/local -xzf go${GOVERSION}.linux-amd64.tar.gz
- cp -rf /usr/local/go /usr/local/gotestall
- export PATH=$PATH:/usr/local/go/bin
- export GOROOT_BOOTSTRAP=/usr/local/go
- uname -a
- export GOROOT_BOOTSTRAP=/usr/local/gotestall
- go version
- uname -a
- cd /usr/local/go/src
- ./all.bash

Expand All @@ -30,8 +31,9 @@ linux386_task:
- yum -y install wget make git gcc
- wget -q https://dl.google.com/go/go${GOVERSION}.linux-386.tar.gz
- tar -C /usr/local -xzf go${GOVERSION}.linux-386.tar.gz
- cp -rf /usr/local/go /usr/local/gotestall
- export PATH=$PATH:/usr/local/go/bin
- export GOROOT_BOOTSTRAP=/usr/local/go
- export GOROOT_BOOTSTRAP=/usr/local/gotestall
- go version
- uname -a
- cd /usr/local/go/src
Expand Down

0 comments on commit 2aa0c97

Please sign in to comment.