mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 13:10:52 +02:00
cfbfecb1bc
Addresses PR review feedback. The kernel-tracking linuxkm bundle treated a failed --download-only as a warning and still published, so a transient mirror error could ship a partial bundle. Because the daily job skips rebuilds while the kernel label matches, such a partial bundle would persist until the kernel next changes (~monthly), forcing consumers to fall back to apt the whole time. The linuxkm set is small and entirely required, so resolve it as one closure and let a failure fail the job; we push only on success, so the last good bundle stays in place. The static -full/-minimal bundles keep their per-package skip-and-warn - they serve many independent consumer subsets and rebuild weekly, so maximizing coverage is the right trade-off there.