Update asdf-vm feature to support 0.18.x - #82
Merged
Merged
Conversation
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update asdf-vm to install version 0.18.0
Update asdf-vm feature to support 0.18.x
Mar 16, 2026
sebst
requested changes
Mar 16, 2026
sebst
left a comment
Member
There was a problem hiding this comment.
Tests fail:
ERROR: failed to build: failed to solve: process "/bin/sh -c cp -ar /tmp/build-features-src/asdf-vm.com_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/asdf-vm.com_0 && cd /tmp/dev-container-features/asdf-vm.com_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/asdf-vm.com_0" did not complete successfully: exit code: 127
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Contributor
Author
Fixed in 94b46bb. The root cause was that |
sebst
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The asdf-vm feature was pinned to proposals listing only
latest, while the underlying install logic already supported binary installations for versions > 0.16.0 (the Go-based rewrite). This PR explicitly surfaces the current stable releases in the proposals list and bumps the feature version.Changes
devcontainer-feature.json1.0.1→1.0.20.18.1and0.18.0tooptions.version.proposalsNo
install.shchanges requiredThe binary install path already handles 0.18.x correctly:
0.16.0useinstall_binary(), which downloadsasdf-v${VERSION}-${os}-${arch}.tar.gzfrom GitHub releases — the exact asset naming used by 0.18.x releases"latest"resolves via GitHub API, so0.18.1installs automatically without any explicit version pinWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/asdf-vm/asdf/releases/latest/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.