You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Disable AppStream metadata downloads to fix mirror sync failures
All CI failures were caused by dep11 (AppStream metadata) files failing
to download during Ubuntu mirror synchronization. These files contain
GUI application metadata and are unnecessary for headless CI builds.
- Add IndexTargets::deb::Contents-deb::DefaultEnabled=false
- Add IndexTargets::deb-src::Contents-deb-src::DefaultEnabled=false
- Keep Acquire::Retries=3 for actual package download resilience
- Add || true fallback for arm64 job to handle edge cases
0 commit comments