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: Fix ARM64 apt retry to detect partial failures
The previous retry mechanism had a critical flaw: apt update returns
exit code 0 even when some files fail to download, as long as SOME
updates succeed. This caused the retry loop to break immediately even
when errors like "Failed to fetch" occurred.
0 commit comments