Expected performance for 'Splicing Cargo workspace" #2259
rbtcollins
started this conversation in
General
Replies: 2 comments 2 replies
|
In the next release, setting |
2 replies
|
Try reducing the number of supported platforms, by specifying crate.from_specs(
supported_platform_triples = [
"x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
],
) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
is not uncommon for a fairly modest Bazel monorepo, which has 2 Rust projects in it (and many more other things). Is this usual, and if not, how do I get the splicer to provide a profile / opentelemetry trace / debug logging?
All reactions