-
Notifications
You must be signed in to change notification settings - Fork 423
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
[CI] Build failures with ABSEIL 20240116 and CMAKE 3.30 #2998
Comments
Note, github action documents Image There is no trace of Image |
I had the same problem and came across this when searching for answers. It seems to be a problem with abseil 20240116.2 (current release) or earlier and CMake 3.30.0, but the master branch of abseil works with CMake 3.30.0, and the 20240116.2 version of abseil works with CMake 3.29.6, so one option would be to pin CMake to 3.29.6 until the next abseil release. |
Thanks @ghelyar |
Further research points to this:
|
CI started to fail for this build:
The failure is in:
Failure:
To investigate, I suspect a regression caused by the new image
Version: 20240708.1.0
:Previous runs that builds properly:
See related:
To investigate, CMake was upgraded.
The text was updated successfully, but these errors were encountered: