Skip to content

Commit

Permalink
curl.sh: set CURL_DISABLE_HTTP_AUTH=ON in zero/bldtst/pico builds […
Browse files Browse the repository at this point in the history
…ci skip]

It's redundant now, but possibly more future-proof when new auths get
added and I forget to exclude it individually.
  • Loading branch information
vszakats committed Sep 1, 2024
1 parent 7154b25 commit 9766600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ _VER="$1"

if [[ "${_CONFIG}" =~ (zero|bldtst|pico) ]]; then
options+=' -DCURL_DISABLE_BASIC_AUTH=ON -DCURL_DISABLE_BEARER_AUTH=ON -DCURL_DISABLE_DIGEST_AUTH=ON -DCURL_DISABLE_KERBEROS_AUTH=ON -DCURL_DISABLE_NEGOTIATE_AUTH=ON -DCURL_DISABLE_AWS=ON'
options+=' -DCURL_DISABLE_HTTP_AUTH=ON'
options+=' -DCURL_DISABLE_NTLM=ON'
options+=' -DCURL_DISABLE_DICT=ON -DCURL_DISABLE_FILE=ON -DCURL_DISABLE_GOPHER=ON -DCURL_DISABLE_MQTT=ON -DCURL_DISABLE_RTSP=ON -DCURL_DISABLE_SMB=ON -DCURL_DISABLE_TELNET=ON -DCURL_DISABLE_TFTP=ON'
options+=' -DCURL_DISABLE_FTP=ON'
Expand Down

0 comments on commit 9766600

Please sign in to comment.