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

macos CI debugging #152

Merged
merged 3 commits into from
Feb 21, 2023
Merged

macos CI debugging #152

merged 3 commits into from
Feb 21, 2023

Conversation

michaelkirk
Copy link
Member

No description provided.

Apparently pkg-config is no longer installed by default?

https://github.com/georust/proj/actions/runs/4233808378/jobs/7355244018#step:4:133

    The pkg-config command could not be found.

Without pkg-config, we can't check if proj is installed elsewhere on the
system, which means we were unexpectedly falling back to installing from
source.
@michaelkirk
Copy link
Member Author

I'm expecting (hoping for) the first commit to fail and the second commit to succeed.

If it does, feel free to merge!

@michaelkirk michaelkirk marked this pull request as ready for review February 21, 2023 19:02
@michaelkirk
Copy link
Member Author

Oh, see also: https://github.com/actions/runner-images/pull/7125/files

It seems like they're adding it (back?) to the pre-installed software on the macos image. It wasn't previously listed as an explicit piece of software on the mac11 image either, but maybe it used to be a transitive dependency and we got it for free, and something since changed?

@urschrei urschrei merged commit 13d60e1 into main Feb 21, 2023
@urschrei urschrei deleted the mkirk/macos-ci branch February 5, 2025 19:45
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