aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/common-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index f75ffdbd13f..d2677e58a00 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -123,7 +123,7 @@ export LD_LIBRARY_PATH=$VESPA_HOME/lib64
export MALLOC_ARENA_MAX=1
# Prefer newer gdb and pstack
-prepend_path /opt/rh/gcc-toolset-10/root/usr/bin
+prepend_path /opt/rh/gcc-toolset-11/root/usr/bin
# Maven is needed for tester applications
prepend_path "$VESPA_HOME/local/maven/bin"