-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvariants.dist.toml
More file actions
28 lines (22 loc) · 1.09 KB
/
variants.dist.toml
File metadata and controls
28 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ======================= EXAMPLE `variants.toml` FILE ====================== #
# ============================== Priority lists ============================= #
# The following lists are used to override the default priorities used
# by variantlib. The values listed will be bumped up to the highest priority,
# in the listed order (most preferred first). The value not in the lists
# will be given subsequent priorities, according to the default order defined
# by packages and provider plugins.
# Note that all values are strings -- numeric values need to be quoted.
# 1. Adjusting namespace priorities.
namespace_priorities = [
"fictional_hw",
"fictional_tech",
"simd_x86_64",
"non_existent_provider",
]
# 2. Adjusting priorities of features within a namespace.
feature_priorities.fictional_hw = ["architecture"]
feature_priorities.fictional_tech = ["risk_exposure"]
feature_priorities.simd_x86_64 = ["feature3"]
# 3. Adjusting priorities of property values within a feature.
property_priorities.fictional_hw.architecture = ["mother"]
property_priorities.fictional_tech.risk_exposure = ["25"]