mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-08 19:01:08 +02:00
Enable UBSan for Travis fuzzer job
This commit is contained in:
parent
696b5eb179
commit
aa81e2cc0e
@ -125,7 +125,7 @@ jobs:
|
|||||||
FILE_ENV="./ci/test/00_setup_env_amd64_asan.sh"
|
FILE_ENV="./ci/test/00_setup_env_amd64_asan.sh"
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address]'
|
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address,undefined]'
|
||||||
env: >-
|
env: >-
|
||||||
FILE_ENV="./ci/test/00_setup_env_amd64_fuzz.sh"
|
FILE_ENV="./ci/test/00_setup_env_amd64_fuzz.sh"
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@ export RUN_UNIT_TESTS=false
|
|||||||
export RUN_FUNCTIONAL_TESTS=false
|
export RUN_FUNCTIONAL_TESTS=false
|
||||||
export RUN_FUZZ_TESTS=true
|
export RUN_FUZZ_TESTS=true
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++"
|
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang CXX=clang++"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user