From: khizmax Date: Thu, 5 Mar 2015 15:25:34 +0000 (+0300) Subject: Changed gcc-4.9 to 4.8 due internal compiler error X-Git-Tag: v2.1.0~305^2~22 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2070cd78a9512f0fac93b59004ae78a68d4d65b4;p=libcds.git Changed gcc-4.9 to 4.8 due internal compiler error --- diff --git a/.travis.yml b/.travis.yml index f348e1dc..188e85f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - export LIBCDS_BUILD_DIR=`pwd` - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - - export GCC_VERSION=4.9 + - export GCC_VERSION=4.8 - export BOOST_VERSION=57 install: @@ -23,7 +23,7 @@ install: before_script: cd ./build -script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr +script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic -Wno-unused-local-typedefs' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr #after_success: