1
Fork 0

launcher: remove --color=on

nix
Motiejus Jakštys 2023-02-24 12:01:49 +02:00
parent 28b46bfb96
commit 4647e8436c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ do
$ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig
done
$ZIG fmt --color=on --check toolchain/launcher.zig
$ZIG fmt --check toolchain/launcher.zig
# until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here.
$ZIG test toolchain/launcher.zig