setup-cpp
setup-cpp copied to clipboard
Install all the tools required for building and testing C++/C projects.
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/cache](https://redirect.github.com/actions/toolkit/tree/main/packages/cache) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/cache))...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/dockerhub-description](https://redirect.github.com/peter-evans/dockerhub-description) | action | major | `v4` -> `v5` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v5` -> `v7` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | [`^1.10.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/2.0.1) |  |  | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.17.2` -> `22.19.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.2/22.19.3) |  |  | | [ci-info](https://redirect.github.com/watson/ci-info)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | fedora | final | major | `40` -> `44` | --- ### Configuration...
```sh ./setup-cpp-x64-linux --compiler gcc-15 ... Error: Failed to install apt packages: Could not find package 'gcc' 15 Error: Could not find package 'gcc' 15 at aE (file:///tmp/caxa/applications/setup-cpp-x64-linux/vwn7iqzggq/0/setup-cpp.mjs:45:1374) at process.processTicksAndRejections (node:internal/process/task_queues:105:5)...
kcov crashes on ubuntu-latest: kcov: error while loading shared libraries: libopcodes-2.38-system.so
Here's my github actions script: ```yaml jobs: build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: include: # - os: windows-2022 # compiler: msvc - os:...