Skip to content

Commit 08807bb

Browse files
committed
down-prioritize non-default variants
1 parent 01a12c8 commit 08807bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/pixi-packages/recipe.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ outputs:
2525
build:
2626
flags:
2727
- ${{ variant }}
28+
variant:
29+
down_prioritize_variant: ${{ 0 if variant == "default" else 1 }}
2830
string: "0_${{ abi_tag }}"
2931
files:
3032
exclude:

0 commit comments

Comments
 (0)