You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have e.g. a pixi-build-python backend in a pyproject.toml and run pixi install you will get a “filename too long” error if condition is not fulfilled:
.gitignore file with “.pixi” entry
This happens since rattler-build gets into a recursive loop grabbing everything. We should add a way to inform rattler-build which directories it should ignore
The text was updated successfully, but these errors were encountered:
If you have e.g. a pixi-build-python backend in a pyproject.toml and run
pixi install
you will get a “filename too long” error if condition is not fulfilled:This happens since rattler-build gets into a recursive loop grabbing everything. We should add a way to inform rattler-build which directories it should ignore
The text was updated successfully, but these errors were encountered: