Skip to content

Commit

Permalink
Add root variant to track_features
Browse files Browse the repository at this point in the history
forward-port of fda59dd
  • Loading branch information
vepadulano authored and h-vetinari committed Mar 6, 2024
1 parent 1f77e92 commit bbd7f44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
ignore_run_exports_from:
# the build fails if it doesn't find the following, but it's not used
Expand Down Expand Up @@ -141,6 +142,7 @@ outputs:
skip: true # [win]
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
run_exports:
- {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, max_pin="x.x") }} # [unix]
Expand Down Expand Up @@ -182,6 +184,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
run_exports: # [unix]
- {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, max_pin="x.x") }} # [unix]
Expand Down Expand Up @@ -225,6 +228,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
run_exports:
# note that the name (e.g. libclang13) does not necessarily
Expand Down Expand Up @@ -288,6 +292,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
run_exports:
# note that the name (e.g. libclang13) does not necessarily
Expand Down Expand Up @@ -388,6 +393,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
ignore_run_exports_from:
# the build fails if it doesn't find the following, but it's not used
Expand Down Expand Up @@ -420,6 +426,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
ignore_run_exports_from:
# the build fails if it doesn't find the following, but it's not used
Expand Down Expand Up @@ -457,6 +464,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
# for windows, use the clang-format package.
skip: true # [win]
Expand Down Expand Up @@ -503,6 +511,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
ignore_run_exports_from:
# the build fails if it doesn't find the following, but it's not used
Expand Down Expand Up @@ -547,6 +556,7 @@ outputs:
build:
track_features:
- hcc # [variant=="hcc"]
- root # [variant and variant.startswith("root_")]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
ignore_run_exports_from:
# the build fails if it doesn't find the following, but it's not used
Expand Down

0 comments on commit bbd7f44

Please sign in to comment.