This commit is contained in:
UebelAndre 2021-07-14 16:39:09 +00:00
parent 16d307da69
commit a03a3e242a
4 changed files with 8 additions and 8 deletions

View File

@ -149,7 +149,7 @@
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/821d1efd24f4605fc96dd7f3f8db31c44d017368">821d1ef</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/32e222aeff1220605b80b9c36377db27e7a76555">32e222a</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
</tbody></table>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
@ -167,8 +167,8 @@ http_archive(
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
#
# sha256 = &quot;...&quot;,
strip_prefix = &quot;rules_foreign_cc-821d1efd24f4605fc96dd7f3f8db31c44d017368&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/821d1efd24f4605fc96dd7f3f8db31c44d017368.tar.gz&quot;,
strip_prefix = &quot;rules_foreign_cc-32e222aeff1220605b80b9c36377db27e7a76555&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/32e222aeff1220605b80b9c36377db27e7a76555.tar.gz&quot;,
)
load(&quot;@rules_foreign_cc//foreign_cc:repositories.bzl&quot;, &quot;rules_foreign_cc_dependencies&quot;)

View File

@ -150,7 +150,7 @@
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/821d1efd24f4605fc96dd7f3f8db31c44d017368">821d1ef</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/32e222aeff1220605b80b9c36377db27e7a76555">32e222a</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
</tbody></table>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
@ -168,8 +168,8 @@ http_archive(
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
#
# sha256 = &quot;...&quot;,
strip_prefix = &quot;rules_foreign_cc-821d1efd24f4605fc96dd7f3f8db31c44d017368&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/821d1efd24f4605fc96dd7f3f8db31c44d017368.tar.gz&quot;,
strip_prefix = &quot;rules_foreign_cc-32e222aeff1220605b80b9c36377db27e7a76555&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/32e222aeff1220605b80b9c36377db27e7a76555.tar.gz&quot;,
)
load(&quot;@rules_foreign_cc//foreign_cc:repositories.bzl&quot;, &quot;rules_foreign_cc_dependencies&quot;)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long