-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
mini_portile2 integration tests are failing #158
Comments
The workflow in question is https://github.com/flavorjones/mini_portile/actions/runs/9903843042/workflow#L31 |
Given there have been no changes to Abseil or re2 in the past week that should cause this, I'm not sure what is going on. Looking at your recent downstream runs, there have been changes to the underlying GitHub Actions runner images:
Looking at the changes to macOS specifically (given the bump is so small), the suspicious thing to me is the upgrade from CMake 3.29 to 3.30. Perhaps it is a bug in Abseil resolved by abseil/abseil-cpp@cd7f66c? |
Weird, ok. I'll ignore it for now, I guess, and hope that it resolves at some point in the future? |
Frustratingly, if Abseil 20240116.2 can't be compiled with CMake 3.30 (which was released on 2 July), it'll be broken until there is a new release of Abseil and I upgrade to it. |
See mudge/re2#158 for discussion about abseil/cmake conflicts.
See mudge/re2#158 for discussion about abseil/cmake conflicts.
See mudge/re2#158 for discussion about abseil/cmake conflicts.
See mudge/re2#158 for discussion about abseil/cmake conflicts.
OK, ignoring for now: flavorjones/mini_portile#148 |
Yeah, I reproduced this problem on Homebrew after upgrading to CMake 3.30. |
I've raised #159 in an attempt to fix this by patching Abseil 20240116.2 with abseil/abseil-cpp@779a356. |
Now fixed on |
Thank you! |
Heyo @mudge, I need to ask for your help to diagnose a thing.
I've been running downstream integration tests in mini_portile2's Github Actions suite for a while, and this week the re2 tests started failing and I don't really understand the failure mode, which appears to be in building abseil.
Example: https://github.com/flavorjones/mini_portile/actions/runs/9903843042/job/27429080214#step:7:60
Any ideas what's going on?
The text was updated successfully, but these errors were encountered: