Skip to content

Bump rules_cc from 0.2.20 to 0.2.21#6801

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.21
Open

Bump rules_cc from 0.2.20 to 0.2.21#6801
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_cc from 0.2.20 to 0.2.21.

Release notes

Sourced from rules_cc's releases.

0.2.21

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.21")

Using WORKSPACE:

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

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

Commits
  • 1a20833 Change default needs_include_validation to match createCppCompileAction's par...
  • fad3ad3 Starlarkify compute_output_name_prefix_dir
  • 593d6fc Remove unused variable
  • 084155d Automatic code cleanup.
  • da170e4 Revert toolchain expansions and introduce profile changelist defines to links...
  • 5eeedeb Support the new(ish) @//tools/cpp:cc_runtimes_toolchain_type toolchain for ...
  • 97e2922 Add Windows ThinLTO arguments
  • beab926 Remove --incompatible_make_thinlto_command_lines_standalone from `test_lto_...
  • f2e4ad2 Make default OSX toolchain respect the use_libtool flag
  • a7a6249 Migrate batch 3 of CcBinaryThinLtoTest 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.20 to 0.2.21.
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.20...0.2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update dependencies. label Jul 3, 2026
@SwiftLintBot

Copy link
Copy Markdown
2 Messages
📖 Building this branch resulted in the same binary size as when built on main.
📖 Skipping OSS check because SwiftLint hasn't changed compared to main.

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant