Skip to content

bazel: build all Rust tools#3215

Open
mgeisler wants to merge 1 commit into
mainfrom
bazel-all-tools
Open

bazel: build all Rust tools#3215
mgeisler wants to merge 1 commit into
mainfrom
bazel-all-tools

Conversation

@mgeisler

Copy link
Copy Markdown
Collaborator

This moves the remaining two tools into Bazel: i18n-report and mdbook itself. They are still installed with

cargo xtask install-tools

to make this less disruptive. This will go away as we start using the mdbook rule in Bazel to build the many books.

This moves the remaining two tools into Bazel: `i18n-report` and
`mdbook` itself. They are still installed with

    cargo xtask install-tools

to make this less disruptive. This will go away as we start using the
`mdbook` rule in Bazel to build the many books.
Comment thread xtask/src/main.rs
}

fn install_tools(binstall: bool) -> Result<()> {
fn install_tools(_binstall: bool) -> Result<()> {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not remove the binstall parameter, rather than just ignoring it?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm aiming towards removing the whole install-tools, so I figured it would only lead to more churn if I updated the call site.

But I can remove it, no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants