Fix a CI failure for any distro using git >= 2.35.3#4545
Conversation
|
I saw you had this branch, which it seems like the right move to me if it fixes Fedora CI. |
I think if is the key word there. I had high hopes; but I regen'd the containers with this change and Fedora (or any distro with the newest git) still fails. I still need to test just doing the v2 to v3 change, but gah. |
7c1cae0 to
7b3fbe0
Compare
|
Also see this: actions/checkout#770 -- it's all a bit of a mess. |
|
I think merging this is probably the correct thing to do, although I'm still not sure what the root issue is. I suspect meson is calling git and getting the permission error caused by the new git feature, and swallowing it, and returning as if there's no git tree there. |
|
@superm1 getting there! I'm now getting what I think is a false positive: Sanity check please? |
Yeah looks false positive to me too. I wonder if you can cast an array to make it happier. But if not then a pragma to ignore makes sense to me |
38aea86 to
bb6eed2
Compare
Type of pull request: