-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update Claudius to 1.2.1 #28530
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
base: master
Are you sure you want to change the base?
Update Claudius to 1.2.1 #28530
Conversation
Hmm, the Claudius CI needs updating as it missed that the giflib dependancy is one version back. Will fix and update this. |
Hmm, CI is failing on ubuntu due to issues before it gets as far as trying to install anything OCaml related:
|
] | ||
] | ||
dev-repo: "git+https://github.com/claudiusFX/claudius.git" | ||
x-maintenance-intent: ["(latest)"] |
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.
x-maintenance-intent: ["(latest)"] | |
x-maintenance-intent: ["(latest)"] | |
x-ci-accept-failures: ["debian-11"] # Debian-11 includes ibsdl2-dev.2.0.14 but 2.0.18 is needed to avoid SDL_RenderGeometry error |
Since we've established the reason for the Debian 11 failure #28359 (comment) it could make sense to silence the repeated red flag that it raises 🤷
This is specific to |
Updates Claudius package to v1.2.0, which is a quality of life improvements release with improvements to logging and the debug screen within Claudius.