]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: move the sanitizer build from freebsd 13 to freebsd 12
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Mar 2020 13:33:53 +0000 (14:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Mar 2020 08:21:14 +0000 (09:21 +0100)
.cirrus.yml

index 63b816a010787427193348e1d31c7b7f29898dfb..7f9a0d1ec0dd3ba541c10cc44ac4efd1562fc213 100644 (file)
@@ -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: