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
The release build is failing because a download from Calibre is 404-ing.
Investigation
A quick search on the Calibre downloads page suggests that a newer version (5.44) is available.
Root Cause
It appears that Calibre stop providing signatures for older versions of the package; when a newer version was released this invalidated the install of the version we were relying on.
This PR is a repeat fix for
#3710; I realise that the
issue has recurred because the 5.x releases of Calibre are being
invalidated faster as they are "out of date". To address this, I tested
the relevant part of the release job with Calibre 6.29 in the PR CI
here; it all appears to work fine.
Symptoms
The release build is failing because a download from Calibre is 404-ing.
Investigation
A quick search on the Calibre downloads page suggests that a newer version (5.44) is available.
Root Cause
It appears that Calibre stop providing signatures for older versions of the package; when a newer version was released this invalidated the install of the version we were relying on.
Fix
Bumping the Calibre version should fix the issue.
The text was updated successfully, but these errors were encountered: