Skip to content

Commit

Permalink
asan: skip link order verification
Browse files Browse the repository at this point in the history
We're LD_PRELOAD'ing a bunch when running tests.
  • Loading branch information
Saviq committed Aug 30, 2023
1 parent c344ec9 commit 0830f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spread/build/ubuntu/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ execute: |
echo "OVERRIDE_CONFIGURE_OPTIONS += -DCMAKE_CXX_COMPILER_LAUNCHER=ccache" >> debian/opts.mk
# build and run tests
UBSAN_OPTIONS=halt_on_error=1 ASAN_OPTIONS=detect_leaks=0 debian/rules build
UBSAN_OPTIONS=halt_on_error=1 ASAN_OPTIONS=detect_leaks=0,verify_asan_link_order=0 debian/rules build
ccache --show-stats --zero-stats > ${CCACHE_DIR}/ccache.stats

0 comments on commit 0830f7d

Please sign in to comment.