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

Remove CMake from choco_packages.config #2050

Closed
wants to merge 1 commit into from
Closed

Conversation

lurch
Copy link
Contributor

@lurch lurch commented Nov 19, 2024

This will hopefully fix the Windows GitHub CI as https://github.com/actions/runner-images/blob/win22/20241113.3/images/windows/Windows2022-Readme.md#tools says that CMake is already installed by default.

GitHub CI for pico-sdk was failing on Windows with:

A newer version of cmake.install (v3.31.0) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions.
Failed to install cmake because a previous dependency failed.

@lurch
Copy link
Contributor Author

lurch commented Nov 20, 2024

@liamfraser I guess #2075 means that this PR is redundant now?

@kilograham kilograham added this to the 2.1.0 milestone Nov 20, 2024
@kilograham kilograham modified the milestones: 2.1.0, 2.2.0 Nov 23, 2024
@kilograham
Copy link
Contributor

closed as obsolete per @liamfraser

@kilograham kilograham closed this Nov 24, 2024
@lurch lurch deleted the lurch-patch-1 branch November 24, 2024 21:52
@lurch
Copy link
Contributor Author

lurch commented Jan 14, 2025

This problem has popped up again in https://github.com/gneverov/pico-sdk/actions/runs/12738602275/job/35501170042 except now the error-message is:

Failures
 - cmake - Failed to install cmake because a previous dependency failed.
 - cmake.install - A newer version of cmake.install (v3.31.3) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions.
Error: Process completed with exit code 1.

And https://github.com/actions/runner-images/blob/win22/20250105.1/images/windows/Windows2022-Readme.md#tools confirms that the 20250105.1.0 Windows GitHub runner image (which is the one that happened to be used by that CI run) now has CMake 3.31.3 pre-installed.

@lurch lurch mentioned this pull request Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants