From b88ff70435e91508cc5d523ca299096ca60ffb39 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 5 Dec 2022 15:11:26 -0500 Subject: [PATCH] disable mingw build for now --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49d105be4..12d615d43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,10 +32,10 @@ strategy: imageName: 'windows-latest' toolchainName: vs buildTargetName: all - windows-mingw: - imageName: 'windows-2019' - toolchainName: mingw - buildTargetName: all +# windows-mingw: +# imageName: 'windows-2019' +# toolchainName: mingw +# buildTargetName: all linux_focal_cross_msdos: imageName: 'ubuntu-20.04' toolchainName: cross