Remove gettext-base/envsubst dependency from astral.sh-uv, opencode.ai, atuin.sh, and btop - #79
Merged
Merged
Conversation
…encode.ai Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix installation failure due to missing gettext-base
Remove gettext-base/envsubst dependency from astral.sh-uv and opencode.ai
Feb 27, 2026
Member
|
@copilot tests are failing (btop, opencode, atuin) |
… btop URL format Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Contributor
Author
Fixed in commit ac4900e.
|
Copilot
AI
changed the title
Remove gettext-base/envsubst dependency from astral.sh-uv and opencode.ai
Remove gettext-base/envsubst dependency from astral.sh-uv, opencode.ai, atuin.sh, and btop
Mar 16, 2026
sebst
requested changes
Mar 16, 2026
sebst
left a comment
Member
There was a problem hiding this comment.
Tests fail for:
- asdf-vm.com
Merge conflicts. If in doubt, further increase patch version in devcontainer-feature.json files.
Contributor
Author
Member
|
Resolve merge conflicts, @copilot ! |
…envsubst dependency Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Contributor
Author
Resolved in commit 6a549f9. The branch now incorporates all of main's concurrent changes (PRs #81–#83) and resolves the conflicts by:
|
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
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.
gettext-baseis unavailable on some minimal base images, causingenvsubst-dependent features to fail at install time.btopwas additionally broken by a renamed release asset.Changes
Drop
envsubst/gettext-baseacross four featuresReplace the template-variable pattern with direct bash expansion:
*Templatevariable declarations, eliminateenvsubst/gettext-basefrom prerequisite checks, renamecheck_curl_envsubst_*→check_curl_*astral.sh-uv,opencode.ai,atuin.sh,btop: addgithub_get_tag_for_versionhelper to resolve the actual release tag (handles optionalvprefix), use${releaseTag}directly in the download URLbtop URL fix
Release assets changed from
btop-<arch>-linux-musl.tbz→btop-<arch>-unknown-linux-musl.tbz; URL updated accordingly.opencode.ai repo rename
GitHub repository updated from
sst/opencode→anomalyco/opencode.Version bumps
astral.sh-uv→ 1.0.3 ·atuin.sh→ 1.0.2 ·btop→ 1.0.2 ·opencode.ai→ 1.0.3Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.