Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap: add config option for nix patching #89426

Merged
merged 1 commit into from
Oct 5, 2021

Commits on Oct 2, 2021

  1. bootstrap: add config option for nix patching

    On NixOS systems, bootstrap will patch rustc used in bootstrapping after
    checking `/etc/os-release` (to confirm the current distribution is NixOS).
    However, when using Nix on a non-NixOS system, it can be desirable for
    bootstrap to patch rustc. In this commit, a `patch-binaries-for-nix`
    option is added to `config.toml`, which allows for user opt-in to
    bootstrap's Nix patching.
    
    Signed-off-by: David Wood <david.wood@huawei.com>
    davidtwco committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e552c0d View commit details
    Browse the repository at this point in the history