diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-19 14:33:53 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-23 09:21:14 +0100 |
commit | e3d1700cce7fc6bfeb7883ad9f6677a5f3c80e55 (patch) | |
tree | c8c05a14a9f4a20fa283db4a58a6b81c3122a720 /.cirrus.yml | |
parent | 12585bf9aea700c32779bd26ef2340c3d1004415 (diff) | |
download | curl-e3d1700cce7fc6bfeb7883ad9f6677a5f3c80e55.tar.gz |
cirrus: move the sanitizer build from freebsd 13 to freebsd 12
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 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: |