We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bf196 commit fa36d4eCopy full SHA for fa36d4e
.travis.yml
@@ -103,7 +103,7 @@ jobs:
103
NO_DEPENDS=1
104
RUN_FUNCTIONAL_TESTS=false # Disabled for now. TODO identify suppressions or exclude specific tests
105
GOAL="install"
106
- BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=thread CC=clang CXX=clang++"
+ BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=thread --disable-hardening --disable-asm CC=clang CXX=clang++"
107
# x86_64 Linux (no depends, only system libs, sanitizers: undefined (UBSAN) + integer)
108
- stage: test
109
env: >-
0 commit comments