Skip to content

bzlmod: Update rules_cc to 0.2.22 - #1557

Open
yukawa wants to merge 1 commit into
google:masterfrom
ciceroaware:rules_cc_0.2.22
Open

bzlmod: Update rules_cc to 0.2.22#1557
yukawa wants to merge 1 commit into
google:masterfrom
ciceroaware:rules_cc_0.2.22

Conversation

@yukawa

@yukawa yukawa commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Description

rules_cc 0.2.17 and prior are not compatible with clang-cl version 22 and later, as the output format of -v option has changed.

In order to use newer versions of clang-cl, we first need to update rules_cc to 0.2.18 or later, which contains the fix for this issue (bazelbuild/rules_cc@333af1f).

This commit updates rules_cc to 0.2.22, which is the latest version at the time of writing.

Issue IDs

N/A

Steps to test new behaviors (if any)

  • OS: Windows 11 25H2
  • Steps:
    1. Confirm all GitHub Actions still pass.

rules_cc 0.2.17 and prior are not compatible with clang-cl version 22
and later, as the output format of '-v' option has changed.

In order to use newer versions of clang-cl, we first need to update
rules_cc to 0.2.18 or later, which contains the fix for this issue [1].

This commit updates rules_cc to 0.2.22, which is the latest version at
the time of writing.

 [1]: bazelbuild/rules_cc@333af1f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant