Skip to content

Bump rules_cc from 0.2.19 to 0.2.20#4173

Merged
marcalff merged 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.20
Jun 23, 2026
Merged

Bump rules_cc from 0.2.19 to 0.2.20#4173
marcalff merged 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_cc from 0.2.19 to 0.2.20.

Release notes

Sourced from rules_cc's releases.

0.2.20

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.2.20")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "69e05df29f0010ba248ef8dafc1f084c8fd2f5c553da634422d8167f5c4b277b",
strip_prefix = "rules_cc-0.2.20",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.20/rules_cc-0.2.20.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.19...0.2.20

Commits
  • 1abb3af Update rules_cc bazel_features dependency to version 1.50.0.
  • a0d30c6 Add llvm-profdata action, support env
  • 8d64d25 Reorganize rules_cc buildkite config.
  • 8169167 Move remaining builtins_bzl test files to rules_cc.
  • 5758824 Migrate C++ PDB and Coverage Support tests (Batch 3) to Starlark.
  • 634f2e3 Add integration tests for Propeller linking. Also a small fix to propeller fe...
  • 7eb96e3 Add env var to disable macOS toolchain
  • f65555c Refactor cc_binary tests to use derived assertions instead of detached assert...
  • 2796ad9 Make link_action_subject inputs/outputs return File objects.
  • ab9f0cf Migrate several cc_binary tests from Java to Starlark.
  • Additional commits viewable in compare view

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 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 [rules_cc](https://github.com/bazelbuild/rules_cc) from 0.2.19 to 0.2.20.
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.19...0.2.20)

---
updated-dependencies:
- dependency-name: rules_cc
  dependency-version: 0.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 23, 2026 01:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Jun 23, 2026
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.00%. Comparing base (d82d281) to head (6f2d5cd).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4173      +/-   ##
==========================================
- Coverage   83.00%   83.00%   -0.00%     
==========================================
  Files         406      406              
  Lines       17256    17256              
==========================================
- Hits        14322    14321       -1     
- Misses       2934     2935       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcalff marcalff merged commit 6fda43c into main Jun 23, 2026
71 checks passed
@marcalff marcalff deleted the dependabot/bazel/rules_cc-0.2.20 branch June 23, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant