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

feat: generic workspaces #1116

Merged
merged 4 commits into from
Jun 17, 2024
Merged

feat: generic workspaces #1116

merged 4 commits into from
Jun 17, 2024

Conversation

Gankra
Copy link
Contributor

@Gankra Gankra commented Jun 7, 2024

Gankra added a commit that referenced this pull request Jun 11, 2024
this is half-implemented as the other half is in #1116
@Gankra Gankra force-pushed the gen-workspaces branch 2 times, most recently from fbaf30d to ec36fb8 Compare June 13, 2024 21:08
// `(target, pkg_idx)` uniquely identifies a build we need to do,
// so group all the binaries under those buckets and add a build for each one
// (targets is handled by the loop we're in)
let mut builds_by_pkg_idx = SortedMap::new();
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we'd ever want a helper for this, if we end up finding ourselves wanting to do something similar in another place.

cargo-dist/src/host.rs Show resolved Hide resolved
ashleygwilliams pushed a commit that referenced this pull request Jun 13, 2024
this is half-implemented as the other half is in #1116
@Gankra Gankra marked this pull request as ready for review June 17, 2024 19:11
@Gankra Gankra merged commit 545e516 into main Jun 17, 2024
16 checks passed
@Gankra Gankra deleted the gen-workspaces branch June 17, 2024 20:37
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