Update .travis.yml

This commit is contained in:
Martin Kroeker 2022-09-18 17:24:13 +02:00 committed by GitHub
parent 03d40af625
commit 85d62a3815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@ matrix:
os: linux
arch: ppc64le
before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8"
- COMMON_FLAGS="TARGET=POWER8"
script:
- travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- wget -q https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- sh ./Anaconda3-2022.05-Linux-ppc64le.sh -b -p $HOME/conda
- eval "$($HOME/conda/bin/conda shell.bash hook)"
- conda init