mirror of https://github.com/bazelbuild/rules_cc
Merge branch 'master' into hlopko-patch-2
This commit is contained in:
commit
d978571909
|
@ -1,6 +1,7 @@
|
||||||
# C++ rules for Bazel
|
# 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.
|
This repository contains Starlark implementation of C++ rules in Bazel.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Returns the current `CcToolchainInfo`.
|
||||||
attrs = {
|
attrs = {
|
||||||
"_cc_toolchain": attr.label(
|
"_cc_toolchain": attr.label(
|
||||||
default = 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
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue