mirror of https://github.com/certusone/wasmd.git
Merge PR #80: Build with Go 1.12.7
This commit is contained in:
parent
c1ae72295c
commit
1536f96e8b
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
@ -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""
|
||||||
|
|
|
@ -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""
|
||||||
|
|
|
@ -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""
|
||||||
|
|
Loading…
Reference in New Issue