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

ci: test pkg-config workflow on macOS #431

Merged
merged 1 commit into from
May 30, 2024
Merged

Commits on May 29, 2024

  1. ci: test pkg-config workflow on macOS

    This is mostly straight-forward, with a few exceptions for MacOS:
    
    1. We need to use homebrew to install `pkg-config`
    2. We need to download a different `cargo-c` release artifact.
    3. We need to `unzip` that artifact instead of un`tar`-ing.
    4. We need to use `otool` instead of `ldd` to verify the dynamic
       linking.
    cpu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6ad62e3 View commit details
    Browse the repository at this point in the history