Skip to content

Commit

Permalink
Merge pull request #70 from h-vetinari/alma
Browse files Browse the repository at this point in the history
Add first batch of alma8 CDTs
  • Loading branch information
h-vetinari authored Sep 18, 2024
2 parents fb6bb60 + 4982cf9 commit d020455
Show file tree
Hide file tree
Showing 220 changed files with 35,136 additions and 794 deletions.
75 changes: 72 additions & 3 deletions README.md

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ The following options are available when adding a CDT in the configuration file:
a string or a list of strings giving the paths to the files, it will copy the licenses
to the recipe and modify the recipe `meta.yaml` appropriately. If set to `null`, it will
remove the `license_file` key from the `meta.yaml`.
- `skipped_cdts` (list of str): Set to a list of the distribution and platforms to skip
for this CDT. For example, one might add `cos6-x86_64` to this list to skip making this
CDT for CentOS 6 on `x86_64` architectures.
- `build_append` (dict mapping dist-arch to a string): Set this key to append code to the
`build.sh` file for a given distribution and platform. For example, one might set a key
`cos6-x86_64` in this mapping and set the value to `echo 'hi!'` to add `echo 'hi!'` to
Expand Down
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
DISTARCH: 'cos7-aarch64'
cos7_ppc64le:
DISTARCH: 'cos7-ppc64le'
alma8_x86_64:
DISTARCH: 'conda-x86_64'
alma8_aarch64:
DISTARCH: 'conda-aarch64'
alma8_ppc64le:
DISTARCH: 'conda-ppc64le'
maxParallel: 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions build_cdt_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ def _main(
dist_arch_slug,
):
"""
Build all CDT recipes for a given DIST_ARCH_SLUG (e.g. cos6-x86_64,
cos7-aarch64, etc.)
Build all CDT recipes for a given DIST_ARCH_SLUG (e.g. conda-x86_64
for post-CentOS CDTs, or cos6-x86_64, cos7-aarch64, etc. historically)
"""

_build_all_cdts(CDT_PATH, CUSTOM_CDT_PATH, dist_arch_slug)
Expand Down
Loading

0 comments on commit d020455

Please sign in to comment.