summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-07-04 16:53:40 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-07-12 15:46:25 +0100
commit459274144dbd9227a57858316b996cede9094bca (patch)
tree4aaf466f6bc17d7a203a73f0e06bc5f4160f3d3d /.travis.yml
parent432f8bff5ae51c47e6c1d899d00c92c301feb285 (diff)
travis: lower SWR requirement to GCC 4.8, aka std=c++11
With ealier commit we relaxed the requirement from C++14 to C++11. Update the build script so that it Cc: Tim Rowley <timothy.o.rowley@intel.com Fixes: 0b80b025021 ("swr: relax c++ requirement from c++14 to c++11") Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fde6f45f4a..fa52bf96f16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,8 +57,8 @@ matrix:
- MAKE_CHECK_COMMAND="true"
- LLVM_VERSION=3.9
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- - OVERRIDE_CC="gcc-5"
- - OVERRIDE_CXX="g++-5"
+ - OVERRIDE_CC="gcc-4.8"
+ - OVERRIDE_CXX="g++-4.8"
- DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
- DRI_DRIVERS=""
- GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx --disable-gallium-osmesa"
@@ -67,13 +67,11 @@ matrix:
addons:
apt:
sources:
- - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.9
packages:
# LLVM packaging is broken and misses these dependencies
- libedit-dev
# From sources above
- - g++-5
- llvm-3.9-dev
# Common
- xz-utils
@@ -250,19 +248,17 @@ matrix:
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
# Keep it symmetrical to the make build. There's no actual SWR, yet.
- SCONS_CHECK_COMMAND="true"
- - OVERRIDE_CC="gcc-5"
- - OVERRIDE_CXX="g++-5"
+ - OVERRIDE_CC="gcc-4.8"
+ - OVERRIDE_CXX="g++-4.8"
addons:
apt:
sources:
- - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.9
packages:
- scons
# LLVM packaging is broken and misses these dependencies
- libedit-dev
# From sources above
- - g++-5
- llvm-3.9-dev
# Common
- xz-utils