Skip to content

Commit

Permalink
Merge pull request #6070 from isuruf/rm-cos6
Browse files Browse the repository at this point in the history
Drop cos6 builds
  • Loading branch information
h-vetinari authored Jul 1, 2024
2 parents 2da8195 + bc181b5 commit dc9697b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ c_stdlib:
m2w64_c_stdlib: # [win]
- m2w64-toolchain # [win]
c_stdlib_version: # [unix]
- 2.12 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
- 2.17 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- 2.17 # [linux and not x86_64]
- 2.17 # [linux]
- 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 10.13 # [osx and x86_64]
- 11.0 # [osx and arm64]
Expand Down Expand Up @@ -122,12 +120,7 @@ channel_targets:
- conda-forge main

cdt_name: # [linux]
- cos6 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
- cos7 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- cos7 # [linux and aarch64]
- cos7 # [linux and ppc64le]
- cos7 # [linux and armv7l]
- cos7 # [linux and s390x]
- cos7 # [linux]

- cos7 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

Expand Down

0 comments on commit dc9697b

Please sign in to comment.