commit 3018c27: [Minor] Try to fix ci

Vsevolod Stakhov vsevolod at highsecure.ru
Thu May 28 14:14:13 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-05-28 15:12:45 +0100
URL: https://github.com/rspamd/rspamd/commit/3018c27bd1308832ca27852800a9c992063b2917

[Minor] Try to fix ci

---
 .drone.yml | 1 +
 1 file changed, 1 insertion(+)

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


More information about the Commits mailing list