Skip to content

Commit

Permalink
Bazel: Roll rules_cc_toolchain commit hash
Browse files Browse the repository at this point in the history
Rolls the rules_cc_toolchain git repository commit hash to include fixes
to for using the specified C++17 version.

Change-Id: I25cb6a5b88d275ec4624ccf6dfe7ee3e44f03ad8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/92840
Reviewed-by: Ted Pudlik <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed May 2, 2022
1 parent 5a20b94 commit 199208c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ http_archive(
# Used in modules: All cc targets.
git_repository(
name = "rules_cc_toolchain",
commit = "80b51ba81f14eebe06684efa25261f6dc46e9b29",
commit = "dd0ca09ea344fd705c71849aedaf2bc1428b9055",
remote = "https://github.com/bazelembedded/rules_cc_toolchain.git",
)

Expand All @@ -89,6 +89,15 @@ load("@rules_cc_toolchain//cc_toolchain:cc_toolchain.bzl", "register_cc_toolchai

register_cc_toolchains()

# Sets up Bazels documentation generator.
# Required by: rules_cc_toolchain.
# Required by modules: All
git_repository(
name = "io_bazel_stardoc",
commit = "2b801dc9b93f73812948ee4e505805511b0f55dc",
remote = "https://github.com/bazelbuild/stardoc.git",
)

# Set up Protobuf rules.
# Required by: pigweed, com_github_bazelbuild_buildtools.
# Used in modules: //pw_protobuf.
Expand Down

0 comments on commit 199208c

Please sign in to comment.