enable cloud sign-in in mirror builds and add installation smoke tests - #12
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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 mirror's
.debfailed to launch on a clean Debian 13 (libasound.so.2missing), cloud sign-in and T3 Connect were compiled out, a partial build could still publish an update feed missing an architecture or package type, and the docs still claimed upstream ships no arm64 Linux build.dependsreplaces the default list, so the metadata patch now lists the defaults pluslibasound2/libgbm1(deb) and(alsa-lib or libasound2)/(mesa-libgbm or libgbm1)(rpm).installjob installs each package (deb/rpm × x64/arm64) into a cleandebian:13/fedora:43container. It fails the release iflddfinds unresolved libraries orresources/package-typeis wrong, andpublishnow waits for it.merge-linux-update-manifests.pyrefuses to merge unless both the x64 and arm64 feeds exist and each contains both deb and rpm manifests.MIRROR.mdand the release notes.MIRROR.mdnow says upstream ships x64 and arm64 AppImages.Tested by installing the v0.0.42 x64 packages in real containers, with post-install scripts running:
libasound.so.2 => not foundinstall_weak_deps=Falseneither is installedarm64 wasn't tested locally; the CI job covers it.
🤖 Generated with Claude Code