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

Enable plz build --shell` to work correctly with remote execution and subrepos #3066

Merged
merged 4 commits into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. Enable plz build --shell` to work correctly with remote execution a…

    …nd subrepos
    
    Instead of trying to move files around after everything is built, we instead
    simply download all the original target's inputs from CAS when running in
    remote execution mode.
    janhancic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a48df62 View commit details
    Browse the repository at this point in the history
  2. appease the linter

    janhancic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    44b7c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f90cd36 View commit details
    Browse the repository at this point in the history
  4. simplify

    janhancic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    624e0b7 View commit details
    Browse the repository at this point in the history