Merge branch 'master' into hlopko-patch-2

This commit is contained in:
Marcel Hlopko 2019-11-05 11:16:12 +01:00 committed by GitHub
commit d978571909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# C++ rules for Bazel
[![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=master)](https://buildkite.com/bazel/rules-cc)
* Postsubmit [![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=master)](https://buildkite.com/bazel/rules-cc)
* Postsubmit + Current Bazel Incompatible flags [![Build status](https://badge.buildkite.com/5ba709cc33e5855078a1f8570adcf8e0a78ea93591bc0b4e81.svg?branch=master)](https://buildkite.com/bazel/rules-cc-plus-bazelisk-migrate)
This repository contains Starlark implementation of C++ rules in Bazel.

View File

@ -26,7 +26,7 @@ Returns the current `CcToolchainInfo`.
attrs = {
"_cc_toolchain": attr.label(
default = Label(
"@rules_cc//cc/:current_cc_toolchain", # copybara-use-repo-external-label
"@rules_cc//cc:current_cc_toolchain", # copybara-use-repo-external-label
),
),
},