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
This commit is contained in:
Daniel Stenberg 2020-02-14 14:10:56 +01:00
parent 46af41dafc
commit af9afd8b17
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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