Skip to content

Commit

Permalink
.travis.yml: temporarily mask gcc-5 ubsan build.
Browse files Browse the repository at this point in the history
Linking fails with "unrecognized option '--push-state--no-as-needed'",
which is beyond our control.

Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#6185)
  • Loading branch information
Andy Polyakov committed May 7, 2018
1 parent 9a96626 commit a602dec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a602dec

Please sign in to comment.