diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-28 15:12:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-28 15:12:45 +0100 |
commit | 3018c27bd1308832ca27852800a9c992063b2917 (patch) | |
tree | 1df50065e8ac8c58fc1a9c17dd72e4c10a73f252 /.drone.yml | |
parent | 5de369678bd0b1314bdbf9ac056042ba4655cf5e (diff) | |
download | rspamd-3018c27bd1308832ca27852800a9c992063b2917.tar.gz rspamd-3018c27bd1308832ca27852800a9c992063b2917.zip |
[Minor] Try to fix ci
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 35061b001..a9b80566d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,7 @@ steps: - 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 ASAN_OPTIONS=detect_leaks=0 - > cmake |