gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 78/282: cirrus: Add some missing semicolons


From: gnunet
Subject: [gnurl] 78/282: cirrus: Add some missing semicolons
Date: Wed, 01 Apr 2020 14:29:03 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 70ae5c46ef5b206566e6fa23c99aabed7ce5bf57
Author: Dan Fandrich <address@hidden>
AuthorDate: Mon Feb 3 12:27:30 2020 +0100

    cirrus: Add some missing semicolons
    
    Newlines aren't preserved in this section so they're needed to separate
    commands. The exports luckily worked anyway as a single long line, but
    erroneously exported a variable called "export"
    [skip ci]
---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 17a277145..51748ddd8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ task:
   name: FreeBSD
   freebsd_instance:
     matrix:
-      # There isn't a stable 13.0 image yet (2019-12)
+      # A stable 13.0 image likely won't be available before early 2021
       image_family: freebsd-13-0-snap
       image_family: freebsd-12-1
       # The stable 11.3 image causes "Agent is not responding" so use a 
snapshot
@@ -23,8 +23,8 @@ task:
     - 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 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; }

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



reply via email to

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