We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e33582 commit 46810b3Copy full SHA for 46810b3
crates/pixi-build-rattler-build/src/protocol.rs
@@ -276,7 +276,7 @@ impl Protocol for RattlerBuildBackend {
276
&self.recipe_source.path,
277
&selector_config_for_variants,
278
params.variant_files.iter().flatten().map(PathBuf::as_path),
279
- )
+ )?
280
.extend_with_input_variants(¶ms.variant_configuration.unwrap_or_default());
281
282
// Find all outputs from the recipe
0 commit comments