Merge PR #80: Build with Go 1.12.7

This commit is contained in:
Alessio Treglia 2019-07-19 15:47:58 +01:00 committed by Alexander Bezobchuk
parent c1ae72295c
commit 1536f96e8b
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@
set -euo pipefail set -euo pipefail
GITIAN_CACHE_DIRNAME='.gitian-builder-cache' GITIAN_CACHE_DIRNAME='.gitian-builder-cache'
GO_DEBIAN_RELEASE='1.12.5-1' GO_DEBIAN_RELEASE='1.12.7-1'
GO_TARBALL="golang-debian-${GO_DEBIAN_RELEASE}.tar.gz" GO_TARBALL="golang-debian-${GO_DEBIAN_RELEASE}.tar.gz"
GO_TARBALL_URL="https://salsa.debian.org/go-team/compiler/golang/-/archive/debian/${GO_DEBIAN_RELEASE}/${GO_TARBALL}" GO_TARBALL_URL="https://salsa.debian.org/go-team/compiler/golang/-/archive/debian/${GO_DEBIAN_RELEASE}/${GO_TARBALL}"

View File

@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git" - "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia" "dir": "gaia"
files: files:
- "golang-debian-1.12.5-1.tar.gz" - "golang-debian-1.12.7-1.tar.gz"
script: | script: |
set -e -o pipefail set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.5-1 GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz" GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment # Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME"" export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""

View File

@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git" - "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia" "dir": "gaia"
files: files:
- "golang-debian-1.12.5-1.tar.gz" - "golang-debian-1.12.7-1.tar.gz"
script: | script: |
set -e -o pipefail set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.5-1 GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz" GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment # Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME"" export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""

View File

@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git" - "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia" "dir": "gaia"
files: files:
- "golang-debian-1.12.5-1.tar.gz" - "golang-debian-1.12.7-1.tar.gz"
script: | script: |
set -e -o pipefail set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.5-1 GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz" GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment # Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME"" export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""