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

Append buck2 toolchain with additional packages #1264

Commits on Aug 14, 2024

  1. Append buck2 toolchain with additional packages

    A toolchain for buck2 depends on more than llvm and rust,
    appending more packages for compiling buck2 using remote
    execution on nativelink. This mirrors similar to what is
    used in [buck2/flake.nix](https://github.com/facebook/buck2/blob/main/flake.nix)
    
    `create-worker-experimental.nix` now flattens out the container
    image layout to a standard unix filesystem layout. Using the
    nix store layout requires client knowledge of toolchains and
    a similar setup as rbe gen/local remote execution which isn't
    available at the moment.
    adam-singer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d6eb91b View commit details
    Browse the repository at this point in the history