From e480fd121d0ca96de7f879ecbae29970ff9f4e9f Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 17 Aug 2015 09:02:40 -0400 Subject: [PATCH] revert the address sanitizer build (failed python bindings) --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a29b7a11f..23c37645f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,11 +36,7 @@ before_install: - git submodule foreach git pull origin master --depth=1 install: - - 'if [ $variant == "test_debug" ]; then - echo "using gcc : : ccache g++-4.8 : -std=c++11 -fsanitize=address -fsanitize=address ;" > ~/user-config.jam; - else - echo "using gcc : : ccache g++-4.8 : -std=c++11 ;" > ~/user-config.jam; - fi' + - 'echo "using gcc : : ccache g++-4.8 : -std=c++11 ;" > ~/user-config.jam' - 'echo "using clang : : ccache clang++ : -std=c++11 ;" >> ~/user-config.jam' - 'echo "using python : 2.7 ;" >> ~/user-config.jam' - ccache -V && ccache --show-stats && ccache --zero-stats