Browse Source

gitian: update reproducible builds to build with Go 1.12.8 (#3902)

pull/3910/head
Alessio Treglia 5 years ago
committed by Anton Kaliaev
parent
commit
5670a7cf7b
4 changed files with 7 additions and 7 deletions
  1. +1
    -1
      scripts/gitian-build.sh
  2. +2
    -2
      scripts/gitian-descriptors/gitian-darwin.yml
  3. +2
    -2
      scripts/gitian-descriptors/gitian-linux.yml
  4. +2
    -2
      scripts/gitian-descriptors/gitian-windows.yml

+ 1
- 1
scripts/gitian-build.sh View File

@ -8,7 +8,7 @@
set -euo pipefail
GITIAN_CACHE_DIRNAME='.gitian-builder-cache'
GO_DEBIAN_RELEASE='1.12.5-1'
GO_DEBIAN_RELEASE='1.12.8-1'
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}"


+ 2
- 2
scripts/gitian-descriptors/gitian-darwin.yml View File

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


+ 2
- 2
scripts/gitian-descriptors/gitian-linux.yml View File

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


+ 2
- 2
scripts/gitian-descriptors/gitian-windows.yml View File

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


Loading…
Cancel
Save