Skip to content

Commit

Permalink
Merge pull request conda-forge#28239 from hadim/rattler_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Nov 19, 2024
2 parents 6351d4d + 2c51fff commit 9bf09da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-locally.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setup_environment(ns):

# 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"] = "-e XDG_CACHE_HOME=/tmp/rattler_cache"
os.environ["CONDA_FORGE_DOCKER_RUN_ARGS"] = "-e RATTLER_CACHE_DIR=/tmp/rattler_cache"


def run_docker_build(ns):
Expand Down

0 comments on commit 9bf09da

Please sign in to comment.