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

prefer compile::stream_cargo for building tools #125781

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 6, 2024

  1. prefer compile::stream_cargo for building tools

    Previously, we were running bare commands for `ToolBuild` step and
    were unable to utilize some of the flags which  are already handled by
    `compile::stream_cargo`.
    
    This change makes `ToolBuild` to use `compile::stream_cargo`, allowing us
    to benefit from the flags supported by the bootstrap cargo.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c76e59e View commit details
    Browse the repository at this point in the history