Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make backends agnostic to toml version #2822

Open
tdejager opened this issue Jan 3, 2025 · 0 comments
Open

Make backends agnostic to toml version #2822

tdejager opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
area:build Related to pixi build ✨ enhancement Feature request

Comments

@tdejager
Copy link
Contributor

tdejager commented Jan 3, 2025

It would be great if the backends are agnostic to the pixi.toml version as this is causing a lot of problems in CI and also in the future. This is mainly caused by the build backends reading the pixi.toml, this means that if we add a field in pixi_manifest the backends cannot handle this, until we update the backends. This causes a chicken and egg problem.

Solving this requires extending the protocol and disallowing the backends to read the pixi.toml files.

@tdejager tdejager added ✨ enhancement Feature request 🔃 refactor Specifies PR or Issue is related to a refactor area:build Related to pixi build and removed 🔃 refactor Specifies PR or Issue is related to a refactor area:build Related to pixi build labels Jan 3, 2025
@tdejager tdejager self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Related to pixi build ✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

1 participant