summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-13 11:50:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-13 11:52:42 +0100
commitebb9945d926abd8f9cd4237ddb537bb49b295819 (patch)
treeed94ae485cf8e2bfc2998aa764d4aba6dc11d628
parent72a63aa46615206034cb91bcb822351249efc714 (diff)
downloadcurl-bagder/azure-disable-ssl-proper.tar.gz
azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL properbagder/azure-disable-ssl-proper
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 b589696f0312d
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 2fff67c3e..56b9d3ff9 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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