Skip to content

CI: pin CMake to 3.x on Windows #2380

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Conversation

jktjkt
Copy link
Contributor

@jktjkt jktjkt commented Apr 2, 2025

An update in GitHub action runners upgraded CMake to 4.0.0, which is backwards-incompatible. The first breakage in the dependency stack happens in dlfcn-win32 which explicitly sets the minimal required CMake version to 3.5, and that one got deprecated in CMake 4, apparently.

Let's just chicken out and revert stuff rather than trying to fix an unknown number of 3rd-party packages.

Bug: actions/runner-images#11926

An update in GitHub action runners upgraded CMake to 4.0.0, which is
backwards-incompatible. The first breakage in the dependency stack
happens in dlfcn-win32 which explicitly sets the minimal required CMake
version to 3.5, and that one got deprecated in CMake 4, apparently.

Let's just chicken out and revert stuff rather than trying to fix an
unknown number of 3rd-party packages.

Bug: actions/runner-images#11926
@michalvasko
Copy link
Member

Okay, thanks.

@michalvasko michalvasko merged commit 253d262 into CESNET:devel Apr 3, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants