Skip to content

Commit 4fd72b1

Browse files
authored
feat: support variant files (#400)
* feat: support variant files Adapt error messages Adapt to rattler-build breaking changes Update rattler-build Add implementation and tests Update patch Update lock file Update dependencies Update pixi.lock Update cargo.lock Update pixi.lock Address comments Update lockfile Hook up zip_keys Only consider variant files if the list isn't empty Update lock file Update lock Reverse the order of the variant files so that the first file has the highest priority. * Add ?
1 parent 23509c0 commit 4fd72b1

File tree

15 files changed

+1937
-2209
lines changed

15 files changed

+1937
-2209
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ pixi-build-python-output/
4040
__pycache__/
4141
*.pyc
4242

43+
# Agents
4344
*.local*
45+
AGENTS.md
4446

4547
# Python
4648
*.pyc
47-
__pycache__/
49+
__pycache__/

0 commit comments

Comments
 (0)