aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/linux2/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/linux2/before_install.sh')
-rw-r--r--scripts/linux2/before_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/linux2/before_install.sh b/scripts/linux2/before_install.sh
index 3b0ddceb4..2e82e1156 100644
--- a/scripts/linux2/before_install.sh
+++ b/scripts/linux2/before_install.sh
@@ -8,6 +8,10 @@
set -x
+# make sure we use a new enough compiler
+export CC=gcc-5
+export CXX=g++-5
+
# Travis only pulls shallow repos. But that messes with git describe.
# Sorry Travis, fetching the whole thing and the tags as well...
git fetch --unshallow