From: Vsevolod Stakhov Date: Thu, 28 May 2020 14:12:45 +0000 (+0100) Subject: [Minor] Try to fix ci X-Git-Tag: 2.6~382 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3018c27bd1308832ca27852800a9c992063b2917;p=rspamd.git [Minor] Try to fix ci --- 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