diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:24:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | e741eb75e763e3f037804fe810c5eddd3a1c078d (patch) | |
tree | 4b430b25d84e49414d31fcae74dcb12cbbe3fa25 /.travis.yml | |
parent | b6bf68962f18ed3c680b713d2148df2c248fe9e8 (diff) | |
download | dexon-e741eb75e763e3f037804fe810c5eddd3a1c078d.tar.gz dexon-e741eb75e763e3f037804fe810c5eddd3a1c078d.tar.zst dexon-e741eb75e763e3f037804fe810c5eddd3a1c078d.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 9f97396fb..ba41079d2 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: |