authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-18 13:09:37-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-19 18:20:22-07:00
log6c15d6966071cf4252343411bad5b60709a7d23f
tree2c7eab7e7272030dc50f031b20b461678783faa8
parent916eaad1efe9256943fcab66d52b782b484aa98c

Revert "ci: Build with `ZIG2_NO_RTLIB` on Windows machines."

This reverts commit 7e66b6d0684fb1b3aa76381486e655e4d13bc0a5. I don't think this is needed, I don't get any errors locally when I bootstrap windows without this change.

3 files changed, 3 insertions(+), 6 deletions(-)

ci/aarch64-windows.ps1+1-2
......@@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
5555 -DZIG_TARGET_TRIPLE="$TARGET" `
5656 -DZIG_TARGET_MCPU="$MCPU" `
5757 -DZIG_STATIC=ON `
58 -DZIG_NO_LIB=ON `
59 -DZIG2_NO_RTLIB=ON
58 -DZIG_NO_LIB=ON
6059CheckLastExitCode
6160
6261ninja install
ci/x86_64-windows-debug.ps1+1-2
......@@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
5555 -DZIG_TARGET_TRIPLE="$TARGET" `
5656 -DZIG_TARGET_MCPU="$MCPU" `
5757 -DZIG_STATIC=ON `
58 -DZIG_NO_LIB=ON `
59 -DZIG2_NO_RTLIB=ON
58 -DZIG_NO_LIB=ON
6059CheckLastExitCode
6160
6261ninja install
ci/x86_64-windows-release.ps1+1-2
......@@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
5555 -DZIG_TARGET_TRIPLE="$TARGET" `
5656 -DZIG_TARGET_MCPU="$MCPU" `
5757 -DZIG_STATIC=ON `
58 -DZIG_NO_LIB=ON `
59 -DZIG2_NO_RTLIB=ON
58 -DZIG_NO_LIB=ON
6059CheckLastExitCode
6160
6261ninja install