Conversation
By removing cmake and pkg-config from the dependencies
|
Do you know why they are only causing errors for some of the CI builds but not others? |
Perhaps different GitHub CI runners are running slightly different versions of their CI OS images? 🤷 (So if you were lucky you would get an old CI OS which still worked, but if you were "unlucky" you'd get the latest CI OS images which caused errors?) EDIT: Yeah, I just randomly picked one of the Mac CI jobs on this PR, and that was still using https://github.com/actions/runner-images/blob/macos-14-arm64/20241022.361/images/macos/macos-14-arm64-Readme.md whereas the errors I posted in my original comment were coming from the |
|
github seem also to have decided to only fail builds on some days (i kid not) ;-) |
|
Any day that has an 'a' in it's name? 😆 |
|
Apparently Windows has had similar issues too. |
By removing cmake and pkg-config from the dependencies
Apparently they're already included: https://github.com/actions/runner-images/blob/macos-14-arm64/20241119.505/images/macos/macos-14-arm64-Readme.md
And they were causing warnings / errors in the GitHub CI macOS builds:
(see also raspberrypi/pico-sdk#2050 - I guess GitHub must have been doing a bunch of updates to their CI infrastructure recently!)