use plain apt commands rather than addon on ppc64le

This commit is contained in:
Martin Kroeker 2020-08-12 12:50:55 +02:00 committed by GitHub
parent 072f68dbcb
commit 5137146d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -77,14 +77,10 @@ matrix:
- os: linux-ppc64le
compiler: gcc
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-9
- gfortran-9
before_script:
- sudo add-apt-repository 'ppa:ubuntu-toolchain-r/test' -y
- sudo apt-get update
- sudo apt-get install gcc-9 gfortran-9 -y
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
env:
# for matrix annotation only