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

process_wrapper: replace C++ implementation with rust. #1159

Merged
merged 1 commit into from
Mar 9, 2022

Commits on Mar 9, 2022

  1. process_wrapper: replace C++ implementation with rust.

    The main advantages of this work are that it eliminates a bunch of
    platform-specific C++ code in favor of the Rust standard library
    (mainly std::process::Command and std::fs::File) and it simplifies
    future improvements in the area of pipelining and incremental
    compilation. Building a Rust process_wrapper requires a way to use
    rust_binary without support from process_wrapper itself. This is
    achieved through a transition in //util/process_wrapper/transitions.bzl.
    gigaroby committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    54c1107 View commit details
    Browse the repository at this point in the history