summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-05-06 18:36:09 +0200
committerAndy Polyakov <appro@openssl.org>2018-05-07 17:13:55 +0200
commita602decedb8d91385992d8e50cd1bb4bde111c33 (patch)
treecb63796cac73b8881cf6349a104013a0364dc2b2 /.travis.yml
parent9a96626ef478fe8037fc6c8e02f2f05bdf8d5c4e (diff)
.travis.yml: temporarily mask gcc-5 ubsan build.
Linking fails with "unrecognized option '--push-state--no-as-needed'", which is beyond our control. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6185)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 507d13896c..d5147f181c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,16 +83,16 @@ matrix:
- os: linux
compiler: clang
env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2 no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
- - os: linux
- addons:
- apt:
- packages:
- - gcc-5
- - g++-5
- sources:
- - ubuntu-toolchain-r-test
- compiler: gcc-5
- env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
+ #- os: linux
+ # addons:
+ # apt:
+ # packages:
+ # - gcc-5
+ # - g++-5
+ # sources:
+ # - ubuntu-toolchain-r-test
+ # compiler: gcc-5
+ # env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
- os: linux
addons:
apt: