diff --git a/.builders/images/macos/builder_setup.sh b/.builders/images/macos/builder_setup.sh index c3b90b250a4a81..8ce4123dbd1821 100644 --- a/.builders/images/macos/builder_setup.sh +++ b/.builders/images/macos/builder_setup.sh @@ -33,7 +33,8 @@ CONFIGURE_SCRIPT="./config" \ install-from-source \ -fPIC shared \ no-module \ - no-comp no-idea no-mdc2 no-rc5 no-ssl3 no-gost + no-comp no-idea no-mdc2 no-rc5 no-ssl3 no-gost \ + no-docs # libxml & libxslt for lxml DOWNLOAD_URL="https://download.gnome.org/sources/libxml2/2.10/libxml2-{{version}}.tar.xz" \