feat: build source dependencies in conda-script tool.pixi tables - #6910
Open
Hofer-Julian wants to merge 1 commit into
Open
feat: build source dependencies in conda-script tool.pixi tables#6910Hofer-Julian wants to merge 1 commit into
tool.pixi tables#6910Hofer-Julian wants to merge 1 commit into
Conversation
tool.pixi tables
Hofer-Julian
force-pushed
the
conda-script-source-deps
branch
from
August 27, 2026 15:20
a91e491 to
e485391
Compare
Hofer-Julian
force-pushed
the
conda-script-source-deps
branch
from
August 27, 2026 15:30
e485391 to
c71c36e
Compare
Hofer-Julian
force-pushed
the
conda-script-source-deps
branch
from
August 31, 2026 11:20
c71c36e to
04edd80
Compare
`--experimental` implies the pixi-build preview for conda-script files, so a git, path or url spec under `[tool.pixi.dependencies]` builds without further opt-in. The integration test covers the union shape nothing tested before: a binary spec in one feature and a source spec in another reach the solver together, the source provides the candidate and the version constrains it. A corpus example demonstrates the same shape end to end.
Hofer-Julian
force-pushed
the
conda-script-source-deps
branch
from
August 31, 2026 11:49
04edd80 to
1a2b7f9
Compare
Hofer-Julian
marked this pull request as ready for review
August 31, 2026 12:43
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.
--experimentalimplies the pixi-build preview for conda-script files (conda-scriptproposal #3751), so git, path and url specs under[tool.pixi.dependencies]build without further opt-in