-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to alma9 by default; enable choice through DEFAULT_LINUX_VERSION #6626
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
For the reasoning behind c7f5973, see discussion here. The preceding commit fails if a feedstock would override c7f5973 would thus be necessary to make the docker image (sufficiently) independent from |
respect convenience setting DEFAULT_LINUX_VERSION to avoid feedstocks having to override the monster-zip just to change c_stdlib_version & image.
this allows separate overrides for the c_stdlib_version and the image (the latter can easily be set using `os_version` in `conda-forge.yml`)
@jakirkham, you mentioned in the core call just now that all the CUDA feedstocks already set os_version:
linux_64: cos7
linux_aarch64: cos7
linux_ppc64le: cos7 Following conda-forge/docker-images#291 (using the consolidated names that allow choosing the distro version), this would eventually have to move to os_version:
linux_64: cos7
linux_aarch64: ubi8
linux_ppc64le: ubi8 or just os_version:
linux_64: cos7 because we don't/won't support distro overrides for aarch/ppc. In either case, once we've confirmed that we got |
Alternative to #6548
Closes #6283
Closes #6629
We can do this because all the required infrastructure is now in place (c.f. conda-forge/conda-forge.github.io#1941); the last missing piece was to verify how entries of
yum_requirements.txt
match between centos7 & alma8 - the following overview shows that there's a high degree of compatibility (and many things can be replaced by our own build anyway). The handful of differences can be fixed on the affected feedstocks.Should wait for:
cdt_name=conda
for all distros cdt-builds#71Related (but not necessary here as image version for CUDA 11.8 isn't overridable anyway; unless we do the variant of conda-forge/docker-images#293 that puts the distro version in the tag):
linux-anvil-cuda
on x64 with RHEL 8, distinguish distro baseline in tag docker-images#291