-
Notifications
You must be signed in to change notification settings - Fork 195
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 Fedora 40 Ci Bugs #4937
Fix Fedora 40 Ci Bugs #4937
Conversation
ec44bc8
to
f40f24c
Compare
We probably need to do this again too: I will attempt to continue with this PR changes later today. |
We are building on: then run the tests against:
I think this is telling us that the version of |
coreos/coreos-assembler#3785 should help |
Note we usually also bump the compose commit we test with. At some point those RPMs will be GC'ed. Line 6 in e0cf3f7
|
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.
Thanks for working on this, it's a fire drill every time...
something is odd with the f40 container, Colin hit this in ostree too: ostreedev/ostree#3237 (comment) |
85d75f9
to
f9cc2d9
Compare
OK I added a fix for the container one, and also squashed the changes together with a bit more informative commit message hopefully. (For example previously we were saying "Fix Fedora 40 CI compiler bug" but I don't think it's a compiler bug, just clang changed to be more picky about what it accepts for a legitimate reason) |
OK next up is
OK right...I think we need to turn off modularity. |
f9cc2d9
to
87f61eb
Compare
OK I tried a smaller subset of dropping the modularity stuff but...there's also the dracut failure which looks possibly legitimate. |
@lukewarmtemp I'm getting pulled into other things, can I toss this 🏈 back to you to? |
c799c1b
to
66f8fc0
Compare
down to one...
that find is failing:
I wonder if the file is not there in a new package version or if those non ASCII (maybe) characters might be the issue. |
Yeah looks like that code needs to use |
- Update hardcoded versions in CI - Change alloca usage denied by clang - Workaround dropped `container=oci` env in F40 Signed-off-by: Colin Walters <walters@verbum.org>
This should hopefully fix libdnf warnings. Signed-off-by: Colin Walters <walters@verbum.org>
Oddly, |
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 🙏 🚀
Fix Fedora 40 CI bugs