Expected performance for 'Splicing Cargo workspace" #2259
rbtcollins
started this conversation in
General
Replies: 2 comments 2 replies
-
In the next release, setting |
Beta Was this translation helpful? Give feedback.
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",
],
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions