gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 101/151: cirrus: enable clang sanitizers on freebsd 13


From: gnunet
Subject: [gnurl] 101/151: cirrus: enable clang sanitizers on freebsd 13
Date: Fri, 20 Dec 2019 14:26:50 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 35c7aac3c61190a4d63a7f0bbbe45e4dd09ba4af
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Dec 9 11:53:54 2019 +0100

    cirrus: enable clang sanitizers on freebsd 13
---
 .cirrus.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index dc7e2299a..df9106d47 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -21,6 +21,13 @@ task:
     - pkg delete -y curl
   configure_script:
     - ./buildconf
+    - case `uname -r` in
+        13.0*)
+        export CC=clang;
+        export CFLAGS="-fsanitize=address,undefined,signed-integer-overflow 
-fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security 
-Werror=array-bounds -g"
+        export CXXFLAGS="-fsanitize=address,undefined 
-fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security 
-Werror=array-bounds -g"
+        export LDFLAGS="-fsanitize=address,undefined 
-fno-sanitize-recover=undefined,integer" ;;
+      esac
     - ./configure --prefix="${HOME}"/install --enable-debug --with-libssh2 
--with-brotli --with-gssapi --with-libidn2 --enable-manual --enable-ldap 
--enable-ldaps --with-librtmp --with-libmetalink --with-libpsl --with-nghttp2 
|| { tail -300 config.log; false; }
   compile_script:
     - make V=1

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]