Skip to content

Investigate build issues on GitHub #12336

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

Open
magnesj opened this issue Apr 2, 2025 · 0 comments
Open

Investigate build issues on GitHub #12336

magnesj opened this issue Apr 2, 2025 · 0 comments
Assignees
Labels
BuildPlatform Issues related to build platform

Comments

@magnesj
Copy link
Member

magnesj commented Apr 2, 2025

The build issues is due to default installed CMake 4.0 on GitHub runner images. actions/runner-images#11926

Temporary workaround by removing CMake from the runner image and install a custom CMake version 7147451

Other repos with workarounds:
https://github.com/FreeCAD/FreeCAD/pull/20581/files
CesiumGS/cesium-native#1146

@magnesj magnesj added the BuildPlatform Issues related to build platform label Apr 2, 2025
@magnesj magnesj self-assigned this Apr 2, 2025
magnesj added a commit that referenced this issue Apr 2, 2025
Make installed cmake unavailable for runners. On Windows, remove the path to cmake from global path. On Linux, remove the cmake binary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BuildPlatform Issues related to build platform
Projects
None yet
Development

No branches or pull requests

1 participant