Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps aminya/setup-cpp from 0.40.0 to 1.1.0.

Release notes

Sourced from aminya/setup-cpp's releases.

v1.1.0

What's Changed

  • feat: install setup-cpp CLI in GitHub Actions by @​aminya in aminya/setup-cpp#350 When using the setup-cpp action in GitHub Actions, by default it will also install the setup-cpp CLI, which you can use in the subsequent commands. You can modify the default behaviour if needed.
  - name: Setup Cpp
    uses: aminya/setup-cpp@v1
    with:
      setup-cpp: true
      node-package-manager: "npm"

name: Use Setup Cpp CLI
run: setup-cpp --compiler llvm --cmake true --ninja true --ccache true --vcpkg true

Full Changelog: aminya/setup-cpp@v1.0.0...v1.1.0

v1.0.0

What's Changed

To provide fast development environments, setup-cpp provides several prebuilt docker images that have the tools you need. You can use these images as a base image for your project.

The names are in the format aminya/setup-cpp-<platform>:<platform_version>-<setup_cpp_version> and aminya/setup-cpp-<platform>-<compiler>:<platform_version>-<setup_cpp_version>.

Ubuntu Images

Base image with cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang

FROM aminya/setup-cpp-ubuntu:22.04-1.0.0 AS builder

Image with llvm and the base tools:

FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.0.0 AS builder

Image with gcc and the base tools:

... (truncated)

Commits
  • 3aac37c chore(release): v1.1.0 [skip test]
  • 8a10f32 ci: update Docker hub readmes automatically
  • fd2c1df Merge pull request #350 from aminya/install-tool [skip ci]
  • 43d46ef fix: make setup-cpp --version/help immutable
  • 3ce1db2 fix: add option for setup-cpp cli install
  • 1d824aa fix: install the setup-cpp cli in all envs
  • 4f0c49a feat: install setup-cpp CLI in GitHub Actions
  • 4136222 Merge pull request #347 from aminya/deps [skip ci]
  • 4019fa5 fix: update dependencies
  • 7c86e32 ci(docker): fix the tag reference for the base image
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
aminya/setup-cpp [>= 0.43.a, < 0.44]
aminya/setup-cpp [>= 0.42.a, < 0.43]
aminya/setup-cpp [>= 0.44.a, < 0.45]
aminya/setup-cpp [>= 0.41.a, < 0.42]
aminya/setup-cpp [>= 0.46.a, < 0.47]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.40.0 to 1.1.0.
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@cb3bbf1...3aac37c)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #320.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/aminya/setup-cpp-1.1.0 branch March 10, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant