Skip to content

Commit

Permalink
azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper
Browse files Browse the repository at this point in the history
The configure line would previously depend on a configure mistake using
--without-openssl that is fixed and now this configure line needs
adjusting to use --without-ssl.

Follow-up to b589696

Closes #8006
  • Loading branch information
bagder committed Nov 13, 2021
1 parent 72a63aa commit ca847ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stages:
configure: --disable-ipv6 --with-openssl
disable_http_smtp_imap:
name: w/o HTTP/SMTP/IMAP
configure: --disable-http --disable-smtp --disable-imap --without-openssl
configure: --disable-http --disable-smtp --disable-imap --without-ssl
disable_thredres:
name: sync resolver
configure: --disable-threaded-resolver --with-openssl
Expand Down

0 comments on commit ca847ba

Please sign in to comment.