Skip to content

Commit

Permalink
feat: add request coalescing for isolated tools (prefix-dev#2589)
Browse files Browse the repository at this point in the history
Co-authored-by: Bas Zalmstra <[email protected]>
  • Loading branch information
nichmor and baszalmstra authored Dec 3, 2024
1 parent 8af24e1 commit 2e8483d
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 336 deletions.
5 changes: 5 additions & 0 deletions crates/pixi_build_frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ pixi_build_types = { path = "../pixi_build_types" }
insta = { workspace = true, features = ["yaml", "filters"] }
rstest = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = [
"process",
"io-std",
"rt-multi-thread",
] }
3 changes: 1 addition & 2 deletions crates/pixi_build_frontend/src/build_frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ use rattler_conda_types::ChannelConfig;
use crate::{
protocol,
protocol_builder::{EnabledProtocols, ProtocolBuilder},
tool::ToolContext,
Protocol, SetupRequest,
Protocol, SetupRequest, ToolContext,
};

/// The frontend for building packages.
Expand Down
Loading

0 comments on commit 2e8483d

Please sign in to comment.