feat(xpkg): 0.0.48 — subos.env declarations - #153
Merged
Conversation
Adds `xim.libxpkg.subos` with `subos.env{}`: a package can declare an
environment variable its subos must export to every process entering it.
Consumed by openxlings/xlings subos slice 1.
GLOBAL is the GitHub tag tarball; CN is a byte-identical copy on gitcode,
verified by downloading both and comparing sha256 (GET, not HEAD --
gitcode answers HEAD with 401).
Sunrisepeak
force-pushed
the
feat/xpkg-0.0.48
branch
from
August 4, 2026 20:53
7efb2ee to
5351332
Compare
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.
libxpkg 0.0.48 adds
xim.libxpkg.suboswithsubos.env{var, op, value, binding}— a package declares an environment variable its subos must export to every process entering it (GL driver paths, EGL vendor dirs, font config: things neither PATH nor RPATH can supply, needed by the user's binary rather than anything xlings wraps).Consumed by openxlings/xlings subos slice 1.
0ceb6e85…), with GET rather than HEAD since gitcode answers HEAD with 401.Upstream: openxlings/libxpkg#32