1
Fork 0
hermetic_cc_toolchain/toolchain
Motiejus Jakštys 79674a1d96 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:21:27 +03:00
..
libc Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
libc_aware Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
platform added support for Windows targets 2022-06-02 05:27:22 +03:00
private [macos] remove libc/include/{}-macos.{}-gnu 2022-08-23 18:12:02 +03:00
toolchain Add libc constraint and libc aware toolchains 2022-04-14 14:29:06 +00:00
BUILD add .build.yml 2021-06-08 06:28:15 +03:00
BUILD.sdk.bazel added Windows host support 2022-06-02 05:27:22 +03:00
defs.bzl replace /usr/bin/env sh with /bin/sh 2022-08-30 09:21:27 +03:00
zig_toolchain.bzl bump to go 1.19 2022-08-12 05:21:24 +03:00