diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-17 16:24:22 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-17 16:24:22 -0400 |
| commit | b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf (patch) | |
| tree | 7ce0503558ede6daf97bc8f6372b638a3a930d50 /stasis.ini | |
| parent | 252b9646c1cb0538123d51ced4a733f3dcfc266b (diff) | |
| download | stasis-b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf.tar.gz | |
Update micromamba installation logic
* Split installation from micromamba() into micromamba_install()
* Return -1 when micromamba cannot be installed
* Add stasis.ini option "indexer.micromamba_download_url"
* Add global variable micromamba_download_url
* The installation function attempts two known-good URLs by default
*
Diffstat (limited to 'stasis.ini')
| -rw-r--r-- | stasis.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,6 +35,15 @@ wheel_builder = manylinux ; When wheel_builder is set to "manylinux", use the following image wheel_builder_manylinux_image = quay.io/pypa/manylinux2014 + +;[indexer] +; (string) Micromamba download URL +; DEFAULT: GitHub or Micromamba's primary website URLs are used +; NOTE: +; - The platform and architecture combination must be handled by the user +;micromamba_download_url = https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-PLAT-ARCH + + [jfrog_cli_download] url = https://releases.jfrog.io/artifactory product = jfrog-cli |
