summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-14 14:10:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-14 14:10:56 +0100
commit307bdc1be7094f8b59929344cc914248175dab84 (patch)
treeebb863814ca08fe01e49329c5cbf0629b30b9f68
parent46af41dafc6a6dd0d63f8181e50b1e88f11f4603 (diff)
downloadcurl-bagder/azure-macos-brotli.tar.gz
azure: disable brotli on the macos debug-buildsbagder/azure-macos-brotli
Because of: brotli/decode.h:204:33: error: variable length array used [-Werror,-Wvla] const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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