-
Notifications
You must be signed in to change notification settings - Fork 17
Upgrade CernVM-FS to 2.13.0 in containers #216
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
Conversation
Interesting that the SHAs for the cache just disappeared... |
Yeah... looks like the commit/release is still there (actions/cache@9b0c1fc), and so is the container image (https://github.com/actions/cache/pkgs/container/cache/versions). So I'm not sure why it stopped working, but using a more recent versions seems to work. |
It finally completed the image builds. I've reported one particular issue with Debian 13 upstream: Other than that, I don't think 2.13.0 has been officially released already: I don't see it in the release notes yet (https://cvmfs.readthedocs.io/en/stable/cpt-releasenotes.html), and the package is not available in the repos of distros yet. So even though there's probably not a big risk for the client (which is the only thing that we need in the containers), I'd say we wait a bit until we merge this. |
No problem to wait, I can still work on creating the script for exporting EESSI locally until this is ready. |
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 (and CVMFS 2.13.0 has been officially released).
We should make some additional changes, e.g. use a Debian Trixie container, but I'll open a follow-up PR for that.
No description provided.