From 807b3a4c381bb76ae713f24753e0f78ad717dde1 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 20 Mar 2024 14:34:03 +0200 Subject: [PATCH] Add dependency to sysroot_linux-64 for a newer glibc It should solve the issue with the missing on Linux x86_64 Signed-off-by: Martin Tzvetanov Grigorov --- .../{conda_build_config.yaml => conda_build_config.yaml.bak} | 0 recipes/k8/meta.yaml | 3 +++ 2 files changed, 3 insertions(+) rename recipes/k8/{conda_build_config.yaml => conda_build_config.yaml.bak} (100%) diff --git a/recipes/k8/conda_build_config.yaml b/recipes/k8/conda_build_config.yaml.bak similarity index 100% rename from recipes/k8/conda_build_config.yaml rename to recipes/k8/conda_build_config.yaml.bak diff --git a/recipes/k8/meta.yaml b/recipes/k8/meta.yaml index e66fc81513bc63..3f2f0f30b55500 100644 --- a/recipes/k8/meta.yaml +++ b/recipes/k8/meta.yaml @@ -17,14 +17,17 @@ requirements: build: - {{ compiler('cxx') }} - make + - sysroot_linux-64 2.17 # [linux and x86_64] host: - python =>3.8 - zlib - wget - tar - sed + - sysroot_linux-64 2.17 # [linux and x86_64] run: - zlib + - sysroot_linux-64 2.17 # [linux and x86_64] test: commands: