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

C++: introduce automatic installation of dependencies in the autobuilder #1889

Merged
merged 6 commits into from
Sep 21, 2023

Commits on Sep 20, 2023

  1. C++: introduce automatic installation of dependencies in the autobuilder

    This introduces the possibility to automatically install dependencies
    when running the C++ autobuilder on an Ubuntu runner, that will be
    available with upcoming version 2.15.0.
    
    An experimental `cpp-autoinstall-dependencies` input is added to the
    `autobuild` action. When not set, the default is driven by a feature
    flag.
    redsun82 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c4c0678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf21875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    765807b View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    redsun82 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ab81590 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Henry Mercer <[email protected]>
    redsun82 and henrymercer authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    53bed11 View commit details
    Browse the repository at this point in the history
  2. Lint and build

    redsun82 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c21e1dd View commit details
    Browse the repository at this point in the history