From e741eb75e763e3f037804fe810c5eddd3a1c078d 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(-) (limited to '.travis.yml') 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: -- cgit