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

fix: packages: all: require: any_of -> prefer

parent a559246b
No related branches found
No related tags found
No related merge requests found
Pipeline #102739 failed
......@@ -11,11 +11,11 @@
#
packages:
all:
require:
prefer:
- '%gcc'
- any_of: [+ipo, '@:']
- any_of: [build_system=cmake, '@:']
- any_of: [build_type=Release, '@:']
- '+ipo'
- 'build_system=cmake'
- 'build_type=Release'
acts:
require:
- '%clang'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment