Browse Source

use plain apt commands rather than addon on ppc64le

pull/2774/head
Martin Kroeker GitHub 6 years ago
parent
commit
5137146d5d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      .travis.yml

+ 3
- 7
.travis.yml 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


Loading…
Cancel
Save