-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix ci tests #4243
fix ci tests #4243
Conversation
missing the liblzma package
missing the liblzma-dev package
missing the liblzma library
to better observe where the problem might be
The No clear explanation for the time being: the file edit : indeed, in more recent versions of |
new versions of the library generate a different error code
All tests fixed, CI signal green. I'm going to merge this, so that we can rebase ongoing PRs on top of it, and observe a clean green signal before merge. |
Some Github CI tests have started failing recently, as a consequence of updating the underlying ubuntu image.
Try to fix the created issues one by one in this PR, to end up on an all-green signal.
clang-pgo
: this test was tied toclang-14
, which is no longer supported in latest ubuntu image. Use the "generic"clang
instead, requiring installation of the companion profiler tool.meson-linux
,cmake-build-and-check
,make-external-compressor
: require explicit installation ofliblzma-dev
package (no longer provided by default in the image)