gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 117/282: azure: disable brotli on the macos debug-builds


From: gnunet
Subject: [gnurl] 117/282: azure: disable brotli on the macos debug-builds
Date: Wed, 01 Apr 2020 14:29:42 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit af9afd8b17dc6acecf76d6a95e8971b7788f7bba
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Feb 14 14:10:56 2020 +0100

    azure: disable brotli on the macos debug-builds
    
    Because of:
    
    brotli/decode.h:204:33: error: variable length array used [-Werror,-Wvla]
        const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
    
    Closes #4925
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 93f8cd067..b7e21275f 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -110,7 +110,7 @@ jobs:
     - script: brew update && brew install libtool autoconf automake nghttp2 
pkg-config
       displayName: Install packages
 
-    - script: ./buildconf && ./configure --enable-debug --enable-werror
+    - script: ./buildconf && ./configure --enable-debug --enable-werror 
--without-brotli
       displayName: 'Run configure'
 
     - script: make

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



reply via email to

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