Skip to content

Make remote command set configurable; support micromamba version key variants#63

Merged
npow merged 5 commits into
Netflix:mainfrom
npow:fix/daytona-remote-arch-target-platform
Feb 26, 2026
Merged

Make remote command set configurable; support micromamba version key variants#63
npow merged 5 commits into
Netflix:mainfrom
npow:fix/daytona-remote-arch-target-platform

Conversation

@npow

@npow npow commented Feb 25, 2026

Copy link
Copy Markdown
Collaborator

This change does two things:

  • makes CONDA_REMOTE_COMMANDS configurable via from_conf(...) so extensions can override it with their own backends
  • handles micromamba info --json outputs that use platform-qualified version keys (for example "micromamba-linux-aarch64 version")

Why:

  • sandbox/daytona flows need to mark steps as remote for correct target-platform resolution
  • newer micromamba outputs may not include "micromamba version", which caused version detection to fall through incorrectly

@npow npow force-pushed the fix/daytona-remote-arch-target-platform branch from 2af9bf2 to 49fba48 Compare February 25, 2026 23:49
@npow npow requested a review from romain-intel February 26, 2026 00:16

@romain-intel romain-intel left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@npow npow merged commit cc3b021 into Netflix:main Feb 26, 2026
37 checks passed
npow added a commit that referenced this pull request Mar 6, 2026
…variants (#63)

* Use remote decorator target platform for conda arch

* Detect linux-aarch64 in conda arch_id

* Support linux-aarch64 PyPI tags in conda resolver

* Make remote command list configurable and harden micromamba version parsing

* Use list default for configurable CONDA_REMOTE_COMMANDS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants