MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and conda-forge-pinning 2024.12.11.09.08.10

This commit is contained in:
nidichaogequ
2026-05-10 09:15:26 +08:00
parent 5d5992732b
commit 44e10d9731
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
linux_64_:
CONFIG: linux_64_
UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
timeoutInMinutes: 360
variables: {}
+2 -2
View File
@@ -1,8 +1,8 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
+7
View File
@@ -26,6 +26,13 @@ def setup_environment(ns):
os.path.dirname(__file__), "miniforge3"
)
# The default cache location might not be writable using docker on macOS.
if ns.config.startswith("linux") and platform.system() == "Darwin":
os.environ["CONDA_FORGE_DOCKER_RUN_ARGS"] = (
os.environ.get("CONDA_FORGE_DOCKER_RUN_ARGS", "")
+ " -e RATTLER_CACHE_DIR=/tmp/rattler_cache"
)
def run_docker_build(ns):
script = ".scripts/run_docker_build.sh"