summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 04:50:52 +0900
committerEvgeny Vereshchagin <evvers@ya.ru>2019-07-23 23:32:33 +0300
commit81f33199e776e2b72013d209ad968bc8e76add97 (patch)
tree735bdbbab079450e28b8ecf637c72422ec57702e /travis-ci
parenta37f06275720a156dc3c983d2da1226b4f7e9f4b (diff)
downloadsystemd-81f33199e776e2b72013d209ad968bc8e76add97.tar.gz
fuzzit: ignore library version
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fuzzit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fuzzit.sh b/travis-ci/managers/fuzzit.sh
index 255d1e2ba6..d29471ee50 100755
--- a/travis-ci/managers/fuzzit.sh
+++ b/travis-ci/managers/fuzzit.sh
@@ -33,7 +33,7 @@ fi
# Because we want Fuzzit to run on every pull-request and Travis/Azure doesnt support encrypted keys
# on pull-request we use a write-only key which is ok for now. maybe there will be a better solution in the future
FUZZIT_API_KEY=7c1bd82fe0927ffe1b4bf1e2e86cc812b28dfe08a7080a7bf498e98715884a163402ee37ba95d4b1637247deffcea43e
-FUZZIT_ADDITIONAL_FILES="./out/src/shared/libsystemd-shared-242.so"
+FUZZIT_ADDITIONAL_FILES="./out/src/shared/libsystemd-shared-*.so"
# ASan options are borrowed almost verbatim from OSS-Fuzz
ASAN_OPTIONS=redzone=32:print_summary=1:handle_sigill=1:allocator_release_to_os_interval_ms=500:print_suppressions=0:strict_memcmp=1:allow_user_segv_handler=0:allocator_may_return_null=1:use_sigaltstack=1:handle_sigfpe=1:handle_sigbus=1:detect_stack_use_after_return=1:alloc_dealloc_mismatch=0:detect_leaks=1:print_scariness=1:max_uar_stack_size_log=16:handle_abort=1:check_malloc_usable_size=0:quarantine_size_mb=64:detect_odr_violation=0:handle_segv=1:fast_unwind_on_fatal=0