Skip to content

Commit

Permalink
Merge pull request galaxyproject#15657 from bernt-matthias/topic/mull…
Browse files Browse the repository at this point in the history
…ed-build-local

build_mulled: also use namespace for building singularity images
  • Loading branch information
bernt-matthias authored Feb 19, 2024
2 parents 0d9abfe + 95b2af6 commit cd89ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_util/deps/container_resolvers/mulled.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ def __init__(
"channels": self._get_config_option("mulled_channels", DEFAULT_CHANNELS),
"hash_func": self.hash_func,
"command": "build-and-test",
"namespace": "local",
"singularity": True,
"singularity_image_dir": self.cache_directory.path,
"use_mamba": True,
Expand Down

0 comments on commit cd89ab1

Please sign in to comment.