From: Vsevolod Stakhov Date: Thu, 28 May 2020 15:06:59 +0000 (+0100) Subject: [Minor] Sigh, another try to fix ci X-Git-Tag: 2.6~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f66c1e3dbf2e3b19e3812a881b47f455200570d;p=thirdparty%2Frspamd.git [Minor] Sigh, another try to fix ci --- diff --git a/.drone.yml b/.drone.yml index a9b80566d4..2ccdf4f78e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,8 +57,8 @@ steps: - test "$(id -un)" = nobody - cd /rspamd/fedora/build - export LDFLAGS='-fuse-ld=lld' - - export CFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' - - export CXXFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' + #- export CFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' + #- export CXXFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' - export ASAN_OPTIONS=detect_leaks=0 - > cmake @@ -68,6 +68,7 @@ steps: -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_CLANG_PLUGIN=ON -DENABLE_FULL_DEBUG=ON + -DSANITIZE=address $CI_WORKSPACE - ncpu=$(getconf _NPROCESSORS_ONLN) - make -j $ncpu install