Support URL source dependencies
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 188
- Forks
- 24
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
the following workspace cannot be pixi-packed right now:
[workspace]
preview = ["pixi-build"]
channels = ["conda-forge"]
platforms = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64"]
[dependencies]
agent-skill-conda-forge = { git = "https://github.com/pavelzw/skill-forge", rev = "main", subdirectory = "recipes/conda-forge" }
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/pack.rs at lines 271-273 and reproduce the failure with the workspace manifest shown in the issue. Trace how pixi-pack handles the git dependency, then verify that the example workspace can be packed successfully with its URL source dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100