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:
+1
-1
@@ -11,7 +11,7 @@ jobs:
|
|||||||
linux_64_:
|
linux_64_:
|
||||||
CONFIG: linux_64_
|
CONFIG: linux_64_
|
||||||
UPLOAD_PACKAGES: 'True'
|
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
|
timeoutInMinutes: 360
|
||||||
variables: {}
|
variables: {}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
cdt_name:
|
cdt_name:
|
||||||
- cos7
|
- conda
|
||||||
channel_sources:
|
channel_sources:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
channel_targets:
|
channel_targets:
|
||||||
- conda-forge main
|
- conda-forge main
|
||||||
docker_image:
|
docker_image:
|
||||||
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
- quay.io/condaforge/linux-anvil-x86_64:alma9
|
||||||
|
|||||||
Generated
+7
@@ -26,6 +26,13 @@ def setup_environment(ns):
|
|||||||
os.path.dirname(__file__), "miniforge3"
|
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):
|
def run_docker_build(ns):
|
||||||
script = ".scripts/run_docker_build.sh"
|
script = ".scripts/run_docker_build.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user