From f491291269277bcc73b6deabf685b2e6cda42c06 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 9 Nov 2020 17:20:42 +0100 Subject: [PATCH] try to update the Epyc build to gcc10 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2b9483809..a9c4803f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -178,12 +178,12 @@ steps: - name: Build and Test image: ubuntu:18.04 environment: - CC: gcc + CC: gcc-10 COMMON_FLAGS: 'USE_OPENMP=1' commands: - echo "MAKE_FLAGS:= $COMMON_FLAGS" - apt-get update -y - - apt-get install -y make $CC gfortran perl python g++ + - apt-get install -y make $CC gfortran-10 perl python g++-10 - $CC --version - make QUIET_MAKE=1 $COMMON_FLAGS -j - make -C test $COMMON_FLAGS