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.
This commit is contained in:
Andrew Kelley 2024-09-18 13:09:37 -07:00
parent 916eaad1ef
commit 6c15d69660
3 changed files with 3 additions and 6 deletions

View File

@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
-DZIG_TARGET_TRIPLE="$TARGET" `
-DZIG_TARGET_MCPU="$MCPU" `
-DZIG_STATIC=ON `
-DZIG_NO_LIB=ON `
-DZIG2_NO_RTLIB=ON
-DZIG_NO_LIB=ON
CheckLastExitCode
ninja install

View File

@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
-DZIG_TARGET_TRIPLE="$TARGET" `
-DZIG_TARGET_MCPU="$MCPU" `
-DZIG_STATIC=ON `
-DZIG_NO_LIB=ON `
-DZIG2_NO_RTLIB=ON
-DZIG_NO_LIB=ON
CheckLastExitCode
ninja install

View File

@ -55,8 +55,7 @@ $Env:ZIG_LOCAL_CACHE_DIR="$(Get-Location)\zig-local-cache"
-DZIG_TARGET_TRIPLE="$TARGET" `
-DZIG_TARGET_MCPU="$MCPU" `
-DZIG_STATIC=ON `
-DZIG_NO_LIB=ON `
-DZIG2_NO_RTLIB=ON
-DZIG_NO_LIB=ON
CheckLastExitCode
ninja install