Skip to content

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

Merged
michalvasko merged 1 commit intoCESNET:develfrom
jktjkt:fix-windows-vcpkg
Apr 3, 2025
Merged

CI: pin CMake to 3.x on Windows#2380
michalvasko merged 1 commit intoCESNET:develfrom
jktjkt:fix-windows-vcpkg

Conversation

@jktjkt
Copy link
Copy Markdown
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
Copy Markdown
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