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

Conversation

cpu
Copy link
Member

@cpu cpu commented May 29, 2024

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 untar-ing.
  4. We need to use otool instead of ldd to verify the dynamic linking.

Resolves #424

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 cpu self-assigned this May 29, 2024
@cpu cpu merged commit 0ab21b5 into rustls:main May 30, 2024
25 checks passed
@cpu cpu deleted the cpu-macos-pkg-config branch May 30, 2024 12:50
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.

Test MacOS pkg-config builds in CI
2 participants