mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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:
parent
916eaad1ef
commit
6c15d69660
3 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue