feat: Add recipe configuration option for pixi-build-rattler-build#5364
Merged
Hofer-Julian merged 4 commits intoprefix-dev:mainfrom Mar 5, 2026
Merged
feat: Add recipe configuration option for pixi-build-rattler-build#5364Hofer-Julian merged 4 commits intoprefix-dev:mainfrom
recipe configuration option for pixi-build-rattler-build#5364Hofer-Julian merged 4 commits intoprefix-dev:mainfrom
Conversation
baszalmstra
commented
Jan 20, 2026
baszalmstra
commented
Jan 20, 2026
| @@ -15,6 +15,8 @@ pub struct RattlerBuildBackendConfig { | |||
| /// Enable experimental features in rattler-build (e.g., cache support for multi-output recipes) | |||
| #[serde(default)] | |||
| pub experimental: Option<bool>, | |||
| #[serde(default)] | |||
| pub recipe_yaml: Option<PathBuf>, | |||
Contributor
Author
There was a problem hiding this comment.
Maybe we should call this recipe-path instead?
Contributor
Author
There was a problem hiding this comment.
I renamed it to just recipe
isuruf
reviewed
Jan 20, 2026
isuruf
reviewed
Jan 20, 2026
|
@baszalmstra do you need any help here? |
Contributor
Author
|
I want to merge this this week. Im probably only going to rename the argument. |
305a9de to
ca5a840
Compare
ca5a840 to
48dfb6a
Compare
…n recipe is outside source_dir
96c0adc to
efb1784
Compare
efb1784 to
52979fa
Compare
Contributor
Author
|
@Hofer-Julian Can you review this, its ready. |
recipe configuration option for pixi-build-rattler-build
|
Ping on this |
Contributor
Will check it out tomorrow, thanks for the reminder |
Hofer-Julian
approved these changes
Mar 5, 2026
Contributor
Hofer-Julian
left a comment
There was a problem hiding this comment.
Looks good!
Thank you and sorry for the delay
This was referenced Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is moved from prefix-dev/pixi-build-backends#532
This PR adds support for configuring the path of the recipe.yaml relative to the source location. This is useful if the recipe has a different name.
@isuruf We moved the build backends into this repository. I manually moved all your changes over verbatim in a new commit, adding you as a co-author. I didnt make any changes.
Fixes #5251
(@lucascolley As you were mentioned in the previous PR)