From 412f1c42dded4fd1ad64647cc3df6a5fb1bdf129 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Wed, 31 Jan 2018 17:14:02 +0100 Subject: [PATCH] Increase CI compiler version to GCC 7.3 --- .dd4hep-ci.d/init_x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dd4hep-ci.d/init_x86_64.sh b/.dd4hep-ci.d/init_x86_64.sh index fa8f93d93..efa91c6ce 100644 --- a/.dd4hep-ci.d/init_x86_64.sh +++ b/.dd4hep-ci.d/init_x86_64.sh @@ -59,7 +59,7 @@ BUILD_FLAVOUR=x86_64-${OS}-${COMPILER_VERSION}-${BUILD_TYPE} #-------------------------------------------------------------------------------- if [[ ${COMPILER_TYPE} == "gcc" && ${OS} != "mac1013" ]]; then - source ${CLICREPO}/compilers/gcc/7.2.0/x86_64-${OS}/setup.sh + source ${CLICREPO}/compilers/gcc/7.3.0/x86_64-${OS}/setup.sh fi if [[ ${COMPILER_TYPE} == "llvm" && ${OS} != "mac1013" ]]; then source ${CLICREPO}/compilers/llvm/5.0.0/x86_64-${OS}/setup.sh -- GitLab