Skip to content
Snippets Groups Projects
Commit 83fb17f4 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: packages:all:prefer does not allow any_of

parent 4716d62e
Branches
No related tags found
No related merge requests found
Pipeline #119712 canceled
...@@ -13,9 +13,6 @@ packages: ...@@ -13,9 +13,6 @@ packages:
all: all:
prefer: # is not overwritten below, but less strict than require prefer: # is not overwritten below, but less strict than require
- '%gcc' - '%gcc'
- any_of: [+ipo, '@:']
- any_of: [build_system=cmake, '@:']
- any_of: [build_type=Release, '@:']
require: # is overwritten by package-specific requirements below require: # is overwritten by package-specific requirements below
- '%gcc' - '%gcc'
- any_of: [+ipo, '@:'] - any_of: [+ipo, '@:']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment