From 1ce02e13c3163b50de8dadf8ba4db00ecea2d389 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 17 May 2020 11:01:03 +0200 Subject: [PATCH] CI: fix PPC recipe --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86a40b3c..ff7577b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,7 +154,12 @@ jobs: os: linux arch: ppc64le dist: bionic - addons: *gcc10 + addons: + apt: + sources: + # See https://github.com/travis-ci/apt-source-safelist/issues/410. + - sourceline: 'ppa:ubuntu-toolchain-r/test' + packages: g++-9 env: - CC=gcc-9 - CXX=g++-9