launcher: remove --color=on
This commit is contained in:
parent
28b46bfb96
commit
4647e8436c
@ -13,7 +13,7 @@ do
|
|||||||
$ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig
|
$ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig
|
||||||
done
|
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.
|
# until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here.
|
||||||
$ZIG test toolchain/launcher.zig
|
$ZIG test toolchain/launcher.zig
|
||||||
|
Loading…
Reference in New Issue
Block a user