From 85d62a3815e06dc9cdf1d5255b3664e91b22d367 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 18 Sep 2022 17:24:13 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da0881a74..1d0834832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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