From bc181b534bd7d87e64b38368a027181a26637dd8 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 24 Jun 2024 15:23:33 -0500 Subject: [PATCH] Drop cos6 builds --- recipe/conda_build_config.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 8ec27b2d11..457b45e85c 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -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] @@ -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"]