File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
crates/pixi-build-rattler-build/src Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -273,20 +273,16 @@ impl Protocol for RattlerBuildBackend {
273273 & self . source_dir ,
274274 & self . recipe_source . path ,
275275 & selector_config_for_variants,
276- )
277- . into_diagnostic ( ) ?
276+ ) ?
278277 . extend_with_input_variants ( & params. variant_configuration . unwrap_or_default ( ) ) ;
279278
280279 // Find all outputs from the recipe
281280 let output_nodes = find_outputs_from_src ( self . recipe_source . clone ( ) ) ?;
282- let discovered_outputs = variant_config
283- . variant_config
284- . find_variants (
285- & output_nodes,
286- self . recipe_source . clone ( ) ,
287- & selector_config_for_variants,
288- )
289- . into_diagnostic ( ) ?;
281+ let discovered_outputs = variant_config. variant_config . find_variants (
282+ & output_nodes,
283+ self . recipe_source . clone ( ) ,
284+ & selector_config_for_variants,
285+ ) ?;
290286
291287 // Construct a mapping that for packages that we want from source.
292288 //
You can’t perform that action at this time.
0 commit comments