aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-01-26 10:44:32 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-01-26 12:50:43 +0100
commitfaff3991a9be0ea7be31685fb46d94c212c5da34 (patch)
tree2e9bccd8e2dad91fccbf9e5f710ca3cbc2cc876e /ci
parent32d44d2b1ca3881eeaa8d28d6c411002bc38b154 (diff)
downloadbitcoin-faff3991a9be0ea7be31685fb46d94c212c5da34.tar.xz
ci: Fuzz with integer sanitizer
Diffstat (limited to 'ci')
-rw-r--r--ci/test/00_setup_env_native_fuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_fuzz.sh b/ci/test/00_setup_env_native_fuzz.sh
index a32de4a6b5..b7157c608d 100644
--- a/ci/test/00_setup_env_native_fuzz.sh
+++ b/ci/test/00_setup_env_native_fuzz.sh
@@ -14,5 +14,5 @@ export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export RUN_FUZZ_TESTS=true
export GOAL="install"
-export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang CXX=clang++ --with-boost-process"
+export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined,integer CC=clang CXX=clang++ --with-boost-process"
export CCACHE_SIZE=200M