Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Test with specific PR from pixi repository
PIXI_PR_NUMBER="4665"

# Test with specific PR from pixi-build-backends repository
BUILD_BACKENDS_PR_NUMBER="400"
265 changes: 264 additions & 1 deletion examples/build-recipe/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/build-recipe/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Wolf Vollprecht <[email protected]>"]
channels = ["https://prefix.dev/conda-forge"]
description = "Add a short description here"
name = "build-recipe"
platforms = ["osx-arm64"]
platforms = ["osx-arm64", "linux-64"]
preview = ["pixi-build"]
version = "0.1.0"

Expand Down
Loading
Loading