From d4a04b2632b24c20baa60f195ab7881855ad8ba5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 10 Nov 2025 09:21:22 -0500 Subject: [PATCH] turn off msdos build in CI for now --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98d9af3a3..091ac0823 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,10 +32,10 @@ strategy: imageName: 'windows-2025' toolchainName: mingw buildTargetName: all - linux_latest_cross_msdos: - imageName: 'ubuntu-latest' - toolchainName: cross - buildTargetName: msdos +# linux_latest_cross_msdos: +# imageName: 'ubuntu-latest' +# toolchainName: cross +# buildTargetName: msdos linux_noble_docs: imageName: 'ubuntu-24.04' toolchainName: docs