Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorEvangelos Trantos <evtrados@gmail.com>2021-04-02 11:26:25 +0300
committerGitHub <noreply@github.com>2021-04-02 11:26:25 +0300
commit78ecb7ec9a0c1deae6c322a286a13ee70a07e379 (patch)
treebf14d241574bb5f76345433ceb8f8c96fd1b5f48 /docker
parent27185c268dc813318ab3e95518509287e0546a51 (diff)
Change the devtoolset to version 8
After the python and Qt upgrade we're using devtoolset v8 in our centos7 container.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index be1c5f9be3..990d28d2e8 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -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}"