zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7c5d01b95e3cb47187726c52dae4abb2e5b4faaf (tree)
parent 7ee7c902745c3d913d010a5a11973ab227f4f29b
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed,  1 Nov 2023 11:42:47 -0700

CI: disable MSVC C backend checks

Tracking issue: #17817

Diffstat:
Mci/x86_64-windows-debug.ps1 | 11++++++-----
Mci/x86_64-windows-release.ps1 | 11++++++-----
2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 @@ -97,8 +97,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E CheckLastExitCode Write-Output "Build and run behavior tests with msvc..." -& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib -CheckLastExitCode - -& .\test-x86_64-windows-msvc.exe -CheckLastExitCode +Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" +#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib +#CheckLastExitCode +# +#& .\test-x86_64-windows-msvc.exe +#CheckLastExitCode diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 @@ -96,8 +96,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E CheckLastExitCode Write-Output "Build and run behavior tests with msvc..." -& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib -CheckLastExitCode - -& .\test-x86_64-windows-msvc.exe -CheckLastExitCode +Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" +#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib +#CheckLastExitCode +# +#& .\test-x86_64-windows-msvc.exe +#CheckLastExitCode