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 @@ ...@@ -11,11 +11,11 @@
# #
packages: packages:
all: all:
require: prefer:
- '%gcc' - '%gcc'
- any_of: [+ipo, '@:'] - '+ipo'
- any_of: [build_system=cmake, '@:'] - 'build_system=cmake'
- any_of: [build_type=Release, '@:'] - 'build_type=Release'
acts: acts:
require: require:
- '%clang' - '%clang'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment