From edcb17daf8c24565ace4ca98a1c0a23a40bb5f0a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 18 Oct 2023 14:45:13 -0700 Subject: [PATCH] CI: -Dskip-release on x86_64-windows-debug This script is sometimes timing out, so let's test fewer things to save time. The x86_64-windows-release script does include test coverage for release builds of the standard library, behavior tests, etc. --- ci/x86_64-windows-debug.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index c8cbb5006a..b859cda40b 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -59,6 +59,7 @@ Write-Output "Main test suite..." --search-prefix "$PREFIX_PATH" ` -Dstatic-llvm ` -Dskip-non-native ` + -Dskip-release ` -Denable-symlinks-windows CheckLastExitCode