gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 68/264: cirrus: move the sanitizer build from freebsd 13 to free


From: gnunet
Subject: [gnurl] 68/264: cirrus: move the sanitizer build from freebsd 13 to freebsd 12
Date: Thu, 30 Apr 2020 16:06:11 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit e3d1700cce7fc6bfeb7883ad9f6677a5f3c80e55
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Mar 19 14:33:53 2020 +0100

    cirrus: move the sanitizer build from freebsd 13 to freebsd 12
---
 .cirrus.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 63b816a01..7f9a0d1ec 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -26,7 +26,7 @@ task:
   configure_script:
     - ./buildconf
     - case `uname -r` in
-        13.0*)
+        12.1*)
         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";
@@ -51,7 +51,6 @@ task:
         13.0*) SKIP_TESTS='!1242 !1243 !2002 !2003';;
         12.1*) SKIP_TESTS='!1242 !1243 !2002 !2003';;
         11.3*) SKIP_TESTS='!504 !1242 !1243 !2002 !2003';;
-        10.4*) SKIP_TESTS='!310 !311 !312 !313 !1082 !1242 !1243 !2002 !2003 
!2034 !2035 !2037 !2038 !2041 !2042 !2048 !3000 !3001';;
       esac
     - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" 
test-nonflaky
   install_script:

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



reply via email to

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