This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
hermetic_cc_toolchain
Watch
1
Fork
You've already forked hermetic_cc_toolchain
0
Code
Releases
Activity
64b6c702db
hermetic_cc_toolchain
/
ci
/
test
3 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
replace /usr/bin/env sh with /bin/sh /bin/sh exists in NixOS and in fact is the only file in `/bin`: $ docker run -ti --rm nixos/nix ls /bin /usr/bin /bin: sh /usr/bin: env More context in https://lists.sr.ht/~motiejus/bazel-zig-cc/%3CCAFVMu-pvNx%2BpeQYdge_fvmSGrHDmn78VmoYwTxkDgMjbzfVAwQ%40mail.gmail.com%3E
2022-08-30 09:19:56 +03:00
#!/bin/sh
[ci] add colors to test output
2022-08-12 05:54:33 +03:00
exec bazel test "$@" ...