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

chore(ci): install rust plugin dependencies #768

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. chore(ci): install rust plugin dependencies

    I don't know why this started happening just recently, but it looks like the CI
    runner does not have the `pkg-config` (a rust plugin dep) package installed.
    Instead, it looks like it has `pkgconf`, pulled in by `r-base-dev`. I say this
    because those get removed when we explicitly install `pkg-config`:
    
    ```
    ...
     The following packages will be REMOVED:
       pkgconf r-base-dev
     The following NEW packages will be installed:
       autopoint cmake cmake-data dh-elpa-helper gperf help2man libjsoncpp25
       librhash0 ninja-build pkg-config qt5-qmake qt5-qmake-bin qtchooser scons
     0 upgraded, 14 newly installed, 2 to remove and 41 not upgraded.
    ...
    ```
    tigarmo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bcc8883 View commit details
    Browse the repository at this point in the history