Skip to content

Build the AppImage with sharun and uruntime - #36

Merged
andy5995 merged 2 commits into
masterfrom
appimage-anylinux
Jul 26, 2026
Merged

Build the AppImage with sharun and uruntime#36
andy5995 merged 2 commits into
masterfrom
appimage-anylinux

Conversation

@andy5995

Copy link
Copy Markdown
Owner

The following was drafted by Claude (Opus 5), an LLM made by
Anthropic, at Andy's direction.

The bundle now carries its own C library and dynamic linker, so it runs on any distribution instead of only ones whose glibc is at least as new as the build host's. It also bundles terminfo, which the previous build expected the host to provide.

Two trims hold the size down: the NSS modules quick-sharun deploys by default, along with the Kerberos stack they pull in (ncmail resolves no names and never calls getpwuid), and a static libstdc++/libgcc link.

andy5995 and others added 2 commits July 26, 2026 02:18
> The following was drafted by Claude (Opus 5), an LLM made by
> Anthropic, at Andy's direction.

The bundle now carries its own C library and dynamic linker, so it runs
on any distribution instead of only ones whose glibc is at least as new
as the build host's. It also bundles terminfo, which the previous build
expected the host to provide.

Two trims hold the size down: the NSS modules quick-sharun deploys by
default, along with the Kerberos stack they pull in (ncmail resolves no
names and never calls getpwuid), and a static libstdc++/libgcc link.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@andy5995
andy5995 merged commit d5faff1 into master Jul 26, 2026
13 checks passed
@andy5995
andy5995 deleted the appimage-anylinux branch July 26, 2026 07:29
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.

1 participant