mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
9ce1bd075123f1d45b382a76615e7080e2c78112
A CI run of this branch died on resolute/ppc64el with a 404 fetching libssl-dev_3.5.5-1ubuntu3.4_ppc64el.deb: a development suite rolled openssl and dropped that version from the pool while the chroot's index still named it. mk-build-deps was the one apt operation in the in-chroot script NOT wrapped in apt_retry, so a single transient mirror inconsistency failed the package -- and, with the matrix running failFast, took the other architecture's in-flight builds down with it. Retry it the same way the rest of the script retries apt, refreshing the index between attempts, since a stale index is precisely what produces this. It stays FATAL once the attempts are spent: a package must never build against whatever the chroot happens to carry. The refresh goes through apt_retry, so every apt-get in the script still runs under the fatal helper. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
Description
No description provided
Languages
C
89%
Perl
6.7%
Assembly
1.4%
JavaScript
0.8%
Makefile
0.6%
Other
1.4%