diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:24:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:55 +0800 |
commit | fdf77b0b11e472b590368e9908cbdd08bd09a249 (patch) | |
tree | adc06130af9ae284d12d357ac486771877c3ed25 /.travis.yml | |
parent | 924e921287195dabace3c7c7562132c0d5f65d10 (diff) | |
download | dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.gz dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.zst dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.zip |
travis-ci: fix gcp-linux build (#114)
The ubuntu trusty distribution binutils-aarch64-linux-gnu package does
not contain the gold linker. Use the xenial distribution instead.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 52b8d026e..f4b9ee464 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ matrix: # This builder does the Linux GCP uploads - if: type = push os: linux - dist: trusty + dist: xenial sudo: required go: 1.11.x env: |