From 4888f9d7e1296565cb1c16e1750773e00a1e52b4 Mon Sep 17 00:00:00 2001 From: kcbanner Date: Mon, 23 Jan 2023 10:28:03 -0500 Subject: [PATCH] ci: don't run the -msvc cbe tests with the zig test runner --- ci/x86_64-windows-debug.ps1 | 3 ++- ci/x86_64-windows-release.ps1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index 50454fbfe9..52d95f2959 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." -I..\lib ` -ofmt=c ` -femit-bin="test-x86_64-windows-msvc.c" ` + --test-no-exec ` -target x86_64-windows-msvc CheckLastExitCode @@ -85,7 +86,7 @@ CheckLastExitCode -OReleaseSmall ` --name compiler_rt ` -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` - --pkg-begin build_options config.zig --pkg-end + --pkg-begin build_options config.zig --pkg-end ` -target x86_64-windows-msvc CheckLastExitCode diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 index bcb50a7ed9..6ab689ad7c 100644 --- a/ci/x86_64-windows-release.ps1 +++ b/ci/x86_64-windows-release.ps1 @@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." -I..\lib ` -ofmt=c ` -femit-bin="test-x86_64-windows-msvc.c" ` + --test-no-exec ` -target x86_64-windows-msvc CheckLastExitCode @@ -85,7 +86,7 @@ CheckLastExitCode -OReleaseSmall ` --name compiler_rt ` -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` - --pkg-begin build_options config.zig --pkg-end + --pkg-begin build_options config.zig --pkg-end ` -target x86_64-windows-msvc CheckLastExitCode