summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-03-03 14:49:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-06 11:31:33 +0100
commite4d5685cb5d6eb07e1b43156fd7e3ba3563afba5 (patch)
tree3f112a2e19c57fea77793f572af432f7c3842090 /.azure-pipelines.yml
parent755ddbe901cd0c921fbc3ac5b3775c0dc683bc73 (diff)
downloadcurl-e4d5685cb5d6eb07e1b43156fd7e3ba3563afba5.tar.gz
DEPRECATE: the original legacy mingw version 1
Remove completely in September 2023 Closes #10667
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d96c4e48e..53f9dc4ef 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -223,7 +223,7 @@ stages:
name: 32-bit (legacy)
container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys1-mingw:ltsc2019
container_cmd: C:\MinGW\msys\1.0\bin\sh
- configure: --host=i686-pc-mingw32 --build=i686-pc-mingw32 --prefix=/mingw --enable-debug --without-ssl
+ configure: --host=i686-pc-mingw32 --build=i686-pc-mingw32 --prefix=/mingw --enable-debug --without-ssl --with-mingw1-deprecated
tests: "!203 !1143"
v1_mingw32:
name: 32-bit w/o zlib
@@ -255,7 +255,7 @@ stages:
name: 32-bit Schannel/SSPI/WinIDN (legacy)
container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys1-mingw:ltsc2019
container_cmd: C:\MinGW\msys\1.0\bin\sh
- configure: --host=i686-pc-mingw32 --build=i686-pc-mingw32 --prefix=/mingw --enable-debug --enable-sspi --with-schannel --with-winidn
+ configure: --host=i686-pc-mingw32 --build=i686-pc-mingw32 --prefix=/mingw --enable-debug --enable-sspi --with-schannel --with-winidn --with-mingw1-deprecated
tests: "!203 !305 !311 !312 !313 !404 !1143 !2033 !2035 !2038 !2041 !2042 !2048 !2070 !2079 !2087 !3023 !3024"
v1_mingw32_schannel:
name: 32-bit Schannel/SSPI/WinIDN w/o zlib