From af9afd8b17dc6acecf76d6a95e8971b7788f7bba Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Feb 2020 14:10:56 +0100 Subject: 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(-) (limited to '.azure-pipelines.yml') 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 -- cgit v1.2.3