-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): Fix failing weekly jobs #603
chore(ci): Fix failing weekly jobs #603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Don't cache here (building the image takes about the same amount of time | ||
# as downloading on CI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's probably because the base image is hosted on dockerhub (and pretty big iirc), in my experience things on ghcr.io have much better download characteristics. Though maybe the build is just that fast too ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In any case, I moved it to a weekly job for now since it's a better fit for that suite (and either building or downloading is still >10 minutes) 🙂
Co-authored-by: Jacob Wujciak-Jens <[email protected]>
This PR:
desc
dependency, since this fails to install on s390xerrno
(that might not be the same everywhere)It also updates the weekly jobs for consistency:
maint-**
branchesIt doesn't fix IPC writing on big endian (a different kind of failure that I'll punt to another PR).