Skip to content

Conversation

@ltratt
Copy link
Member

@ltratt ltratt commented Dec 2, 2025

Two not-entirely-related commits relating to the grmtools book, including testing it in CI (oops).

# happen in parallel, speeding up the overall process.

cargo_deny_mdbook_tmp=$(mktemp)
( cargo install --locked cargo-deny ; cargo install --locked mdbook ) \
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see there are also some more cargo install calls happening (for I believe decently sized wasm packages).
I'm not sure if they benefit from this parallelism too, perhaps another patch?.

Previously mistakes here wouldn't stop a PR. Oops!

[I've borrowed the "build in the background" trick from yk. It helps CI
time a bit.]
@ratmice ratmice added this pull request to the merge queue Dec 2, 2025
Merged via the queue into softdevteam:master with commit bbb0343 Dec 2, 2025
2 checks passed
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