aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ee610b06..4e33d4f0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,27 +90,27 @@ matrix:
# - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum
# This builder does the Linux GCP uploads
- - if: type = push
- os: linux
- dist: xenial
- sudo: required
- go: 1.12.x
- env:
- - gcp-linux
- git:
- submodules: false
- addons:
- apt:
- packages:
- - gcc-multilib
- script:
- - make libbls
- - go run build/ci.go install
- - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload dexon-builds
- - ./build/bls-arm64.sh
- - go run build/ci.go install -arch arm64 -cc aarch64-linux-gnu-gcc
- - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload
- dexon-builds
+ #- if: type = push
+ # os: linux
+ # dist: xenial
+ # sudo: required
+ # go: 1.12.x
+ # env:
+ # - gcp-linux
+ # git:
+ # submodules: false
+ # addons:
+ # apt:
+ # packages:
+ # - gcc-multilib
+ # script:
+ # - make libbls
+ # - go run build/ci.go install
+ # - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload dexon-builds
+ # - ./build/bls-arm64.sh
+ # - go run build/ci.go install -arch arm64 -cc aarch64-linux-gnu-gcc
+ # - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload
+ # dexon-builds
# BLS lib does not support 32-bit platform
# - go run build/ci.go install -arch 386
# - go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload