From c4e8e46c32d009445bcc064218597c01e94147bb Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 6 Apr 2021 14:24:53 +0000 Subject: disable ASAN in the debug builds The move to unix sockets has broken ASAN fairly thoroughly, so disable it Change-Id: Icf3822c5927309f8574865008173a66019a3ed55 Signed-off-by: Andrew Yourtchenko --- jjb/scripts/vpp/debug-build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/scripts/vpp/debug-build.sh b/jjb/scripts/vpp/debug-build.sh index dba984f21..414a81169 100644 --- a/jjb/scripts/vpp/debug-build.sh +++ b/jjb/scripts/vpp/debug-build.sh @@ -30,7 +30,9 @@ echo "sha1sum of this script: ${0}" sha1sum $0 # run with ASAN on -export VPP_EXTRA_CMAKE_ARGS='-DVPP_ENABLE_SANITIZE_ADDR=ON' +# disable ASAN for now in the debug build - it's broken with PAPI +# in make test transitioning to unix sockets +# export VPP_EXTRA_CMAKE_ARGS='-DVPP_ENABLE_SANITIZE_ADDR=ON' make_build_test_debug() { if ! make UNATTENDED=yes install-dep ; then -- cgit 1.2.3-korg