Conversation
Reemplaza el empaquetado Ubuntu+linuxdeploy (LD_LIBRARY_PATH, glibc del host) por el flujo certificado de Anylinux-AppImages: build en Arch, deploy con quick-sharun (glibc + ld-linux propios, DwarFS + uruntime), paquetes mesa debloated y test con xvfb. - trinity-appimage.sh: receta autocontenida (engine + tapk-extract + Trinity, install en /usr, deploy, datos linux-bin, sidecar 32-bit aislado en lib32/, make-appimage + test) - .github/workflows/anylinux-appimage.yml: matrix x86_64 + aarch64 en ghcr.io/pkgforge-dev/archlinux:latest, release a latest - AGENTS.md: documenta el nuevo workflow y las reglas AnyLinux
…, ENABLE_DEV_PATHS=OFF)
git-subtree-dir: mcpe-nx git-subtree-split: bdea90dd90925ef3a11d64c9a258af9df8946d01
…sin clones con token en CI)
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.
Reemplaza el empaquetado Ubuntu+linuxdeploy por el flujo certificado de Anylinux-AppImages.
Que cambia:
trinity-appimage.sh: receta autocontenida que compila engine (mcpe-nx, SDL3, sin GUI) + tapk-extract (Zig) + Trinity en Arch, instala todo en/usry empaqueta conquick-sharun(glibc + ld-linux propios, DwarFS + uruntime, mesa debloated, hooks self-updater + fix-namespaces, test xvfb).anylinux-appimage.yml: matrix x86_64 + aarch64 enghcr.io/pkgforge-dev/archlinux:latest, publica alatestcon los mismos nombres de archivo.mcpelauncher-client86) viaja aislado enlib32/con su propio loader (--library-path, sinLD_LIBRARY_PATH) para no colisionar con los .so de 64-bit.El AppImage resultante corre en cualquier distro, musl y NixOS sin FHS-wrapper.