]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: disable brotli on the macos debug-builds
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2020 13:10:56 +0000 (14:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2020 15:16:09 +0000 (16:16 +0100)
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

index 93f8cd067f789e0f5f4166f44ae800b6decf4fc1..b7e21275ff85d4584c91ce1f117addb709bbad1d 100644 (file)
@@ -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