use plain apt commands rather than addon on ppc64le
This commit is contained in:
parent
072f68dbcb
commit
5137146d5d
10
.travis.yml
10
.travis.yml
|
@ -77,14 +77,10 @@ matrix:
|
||||||
|
|
||||||
- os: linux-ppc64le
|
- os: linux-ppc64le
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
|
||||||
packages:
|
|
||||||
- gcc-9
|
|
||||||
- gfortran-9
|
|
||||||
before_script:
|
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"
|
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
|
||||||
env:
|
env:
|
||||||
# for matrix annotation only
|
# for matrix annotation only
|
||||||
|
|
Loading…
Reference in New Issue