aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
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 16:16:09 +0100
commitaf9afd8b17dc6acecf76d6a95e8971b7788f7bba (patch)
treeebb863814ca08fe01e49329c5cbf0629b30b9f68 /.azure-pipelines.yml
parent46af41dafc6a6dd0d63f8181e50b1e88f11f4603 (diff)
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
Diffstat (limited to '.azure-pipelines.yml')
-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