2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
This commit is contained in:
jsharpe 2024-11-27 01:21:25 +00:00
parent 840e855757
commit e9eb533e85
4 changed files with 6 additions and 6 deletions

View file

@ -158,7 +158,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>
<div class="table-wrapper"><table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
<tr><td>0.12.0</td><td><a href="https://github.com/bazel-contrib/rules_foreign_cc/commit/760789a149324d032860c08cdb3b2554b3f1a0e7">760789a</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>0.12.0</td><td><a href="https://github.com/bazel-contrib/rules_foreign_cc/commit/be14ccaec581826e7eef97277ffde05cc0d8d868">be14cca</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>
</div>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
@ -173,7 +173,7 @@ rules.</p>
http_archive(
name = "rules_foreign_cc",
# TODO: Get the latest sha256 value from a bazel debug message or the latest
# TODO: Get the latest sha256 value from a bazel debug message or the latest
# release on the releases page: https://github.com/bazel-contrib/rules_foreign_cc/releases
#
# sha256 = "...",

View file

@ -159,7 +159,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>
<div class="table-wrapper"><table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
<tr><td>0.12.0</td><td><a href="https://github.com/bazel-contrib/rules_foreign_cc/commit/760789a149324d032860c08cdb3b2554b3f1a0e7">760789a</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>0.12.0</td><td><a href="https://github.com/bazel-contrib/rules_foreign_cc/commit/be14ccaec581826e7eef97277ffde05cc0d8d868">be14cca</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>
</div>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
@ -174,7 +174,7 @@ rules.</p>
http_archive(
name = "rules_foreign_cc",
# TODO: Get the latest sha256 value from a bazel debug message or the latest
# TODO: Get the latest sha256 value from a bazel debug message or the latest
# release on the releases page: https://github.com/bazel-contrib/rules_foreign_cc/releases
#
# sha256 = "...",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long