diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-28 16:06:59 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-28 16:06:59 +0100 |
commit | 2f66c1e3dbf2e3b19e3812a881b47f455200570d (patch) | |
tree | bc747347040bd90d39e490dacc431c3810b68c08 /.drone.yml | |
parent | 8576eb1fbb6a135e66a27dafc13642912452ec02 (diff) | |
download | rspamd-2f66c1e3dbf2e3b19e3812a881b47f455200570d.tar.gz rspamd-2f66c1e3dbf2e3b19e3812a881b47f455200570d.zip |
[Minor] Sigh, another try to fix ci
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index a9b80566d..2ccdf4f78 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 |