1
Fork 0
hermetic_cc_toolchain/toolchain
Luis Holanda c4125cf13b Support NixOS and others non-FHS Linux distros
As it expects Bash to be at `/bin/bash`, the current implementation
fails to execute on NixOS, given that there bash is in a non-standard
path (i.g. `/nix/store/<hash>-bash-interactive-<version>/bin/bash`).

This patch specifically changes `/bin/bash` paths to use `/usr/bin/env bash`,
which should give the correct path in every Unix system.

Signed-off-by: Luis Holanda <luiscmholanda@gmail.com>
2022-07-28 12:44:57 -07: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 upgrade zig sdk 2022-06-28 12:47:23 +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 Support NixOS and others non-FHS Linux distros 2022-07-28 12:44:57 -07:00
zig_toolchain.bzl fastbuild: remove -O0 2022-07-12 14:53:02 +03:00