summaryrefslogtreecommitdiffstats
path: root/bootstrap-cpp.sh
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-05-23 12:03:26 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-05-23 12:03:26 +0000
commitaf0d0d98e024c576f9088b3a30914448210b4301 (patch)
tree5b9d1ada2219c60a07a2f1b4e49c77de4ebd55fa /bootstrap-cpp.sh
parentfd8802494eea58bdef444de9e3a3f70c3b2277cd (diff)
Devtoolset 8
Diffstat (limited to 'bootstrap-cpp.sh')
-rwxr-xr-xbootstrap-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-cpp.sh b/bootstrap-cpp.sh
index bc4c6466596..5fe4723ea90 100755
--- a/bootstrap-cpp.sh
+++ b/bootstrap-cpp.sh
@@ -48,7 +48,7 @@ mkdir -p "${BUILD_DIR}" || {
BUILD_DIR=$(realpath "${BUILD_DIR}")
# Build it
-source /opt/rh/devtoolset-7/enable || true
+source /opt/rh/devtoolset-8/enable || true
cd "${SOURCE_DIR}"
bash ./bootstrap.sh full
cd "${BUILD_DIR}"