Skip to content

Commit

Permalink
Apply package orderers on variants (#1684)
Browse files Browse the repository at this point in the history
Previously, package orderers were only applied on packages. This was an oversight. With this change, they are now applied to variants too.

---------

Signed-off-by: Ben Andersen <ben@isohedron.com.au>
Co-authored-by: Paul Molodowitch <elrond79@gmail.com>
  • Loading branch information
isohedronpipeline and pmolodo authored Mar 29, 2024
1 parent 018e449 commit d91cde9
Show file tree
Hide file tree
Showing 8 changed files with 447 additions and 138 deletions.
7 changes: 6 additions & 1 deletion src/rez/data/tests/solver/packages/pyvariants/2/package.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name = "pyvariants"
version = "2"

variants = [["python-2.7.0"], ["python-2.6.8", "nada"]]
variants = [
["python-2.7.0"],
["python-2.6.8", "nada"],
["python-2.6.8"],
["nada"],
]
Loading

0 comments on commit d91cde9

Please sign in to comment.