mirror of
https://github.com/curl/curl.git
synced 2026-05-19 06:26:19 +03:00
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:
parent
46af41dafc
commit
af9afd8b17
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue