Skip to content

Commit

Permalink
Pin rattler-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 16, 2024
1 parent b88688c commit 52d1e01
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jsonrpc-stdio-server = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-core = "18.0.0"

rattler-build = { git = "https://github.com/prefix-dev/rattler-build", branch = "main", default-features = false }
rattler-build = { git = "https://github.com/prefix-dev/rattler-build", rev = "b3f6bd25067177a4b7937a3960d2e2da196b249a", default-features = false }

rattler_conda_types = { version = "0.29.1", default-features = false }
rattler_package_streaming = { version = "0.22.14", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions crates/pixi-build/src/tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use rattler_build::{
BuildConfiguration, Directories, Output, PackageIdentifier, PackagingSettings,
PlatformWithVirtualPackages,
},
recipe::{parser::find_outputs_from_src, Jinja, ParsingError, Recipe},
recipe::{parser::find_outputs_from_src, ParsingError, Recipe},
selectors::SelectorConfig,
system_tools::SystemTools,
variant_config::{DiscoveredOutput, ParseErrors, VariantConfig},
Expand Down Expand Up @@ -181,7 +181,7 @@ impl RattlerBuild {
build_string: recipe
.build()
.string()
.resolve(&hash, recipe.build().number(), &Jinja::new(selector_config))
.resolve(&hash, recipe.build().number())
.into_owned(),
},
);
Expand Down

0 comments on commit 52d1e01

Please sign in to comment.