Skip to content
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

Revert pinned cmake version on Windows builds #416

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

AdamGlustein
Copy link
Collaborator

This reverts commit 1054f5c.

I noticed main builds like this one were failing as of Friday with the following error message:

Failures
 - cmake - Failed to install cmake because a previous dependency failed.
 - cmake.install - A newer version of cmake.install (v3.31.2) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions.
make: *** [Makefile:208: dependencies-win] Error 1
Error: Process completed with exit code 2.

I was going to add that flag but I first tried reverting the commit that pinned the cmake version, since we never knew why it was failing to install on GH Actions in the first place. Lo and behold the new cmake version (3.31.2) now seems to work on the GitHub builds, as this full CI run shows.

…e is failing to install properly on GH Actions (#415)"

This reverts commit 1054f5c.

Signed-off-by: Adam Glustein <[email protected]>
@AdamGlustein AdamGlustein force-pushed the test-new-revert-windows-pin branch from 8f24b9a to 66abbff Compare December 16, 2024 01:02
@AdamGlustein AdamGlustein merged commit e157cc5 into main Dec 16, 2024
29 checks passed
@AdamGlustein AdamGlustein deleted the test-new-revert-windows-pin branch December 16, 2024 12:53
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