From 59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 31 Dec 2018 22:24:06 +0800 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit