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 13:50:00 +0800 |
commit | 98d4b51b612c8ef8c31c02e4f300b0195fe706ff (patch) | |
tree | fc9a69825249b55970ce3a88a371bbedf38d3f5a | |
parent | 15cb31b66dd099758ebc5241b78a3f2151a78180 (diff) | |
download | dexon-98d4b51b612c8ef8c31c02e4f300b0195fe706ff.tar.gz dexon-98d4b51b612c8ef8c31c02e4f300b0195fe706ff.tar.zst dexon-98d4b51b612c8ef8c31c02e4f300b0195fe706ff.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.
-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: |