Change the devtoolset to version 8

After the python and Qt upgrade we're using devtoolset v8 in our centos7 container.
This commit is contained in:
Evangelos Trantos 2021-04-02 10:26:25 +02:00 committed by Jaime van Kessel
parent 9fe9a8b802
commit 2a4d421e4b
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -7,7 +7,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
PROJECT_DIR="$( cd "${SCRIPT_DIR}/.." && pwd )"
# Make sure that environment variables are set properly
source /opt/rh/devtoolset-7/enable
source /opt/rh/devtoolset-8/enable
export PATH="${CURA_BUILD_ENV_PATH}/bin:${PATH}"
export PKG_CONFIG_PATH="${CURA_BUILD_ENV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH}"