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: revert cargo-c pin, set libdir explicitly #436

Merged
merged 2 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Revert "ci: pin cargo-c version in pkg-config workflow"

    This reverts commit 51f7cbf.
    cpu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    18748b2 View commit details
    Browse the repository at this point in the history
  2. ci: set cargo-c libdir explicitly

    With cargo-c 0.10.0+ there are per-platform/system heuristics being used
    to generate the libdir that best fits the target system. For the
    purposes of our CI job we'd prefer to use a consistent/simple directory
    structure so that we can set the PKG_CONFIG_PATH and LD_LIBRARY_PATH env
    vars consistently across Ubuntu and MacOS.
    cpu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    adfd666 View commit details
    Browse the repository at this point in the history