]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Sigh, another try to fix ci
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 28 May 2020 15:06:59 +0000 (16:06 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 28 May 2020 15:06:59 +0000 (16:06 +0100)
.drone.yml

index a9b80566d429b805e75f31b0a906f983c589f638..2ccdf4f78ec735a826ae707614648acd6bc57752 100644 (file)
@@ -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