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 2023-10-14 15:38:19 +00:00
parent 82071d1e51
commit 027e98b821
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> <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> <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> <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/8fc5dbb55997a01e5c6ce81a631267bc788af47d">8fc5dbb</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/bac2c19d2352eb4e984a09c113703cc4840c5bbd">bac2c19</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> </tbody></table>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2> <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 <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 # release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
# #
# sha256 = &quot;...&quot;, # sha256 = &quot;...&quot;,
strip_prefix = &quot;rules_foreign_cc-8fc5dbb55997a01e5c6ce81a631267bc788af47d&quot;, strip_prefix = &quot;rules_foreign_cc-bac2c19d2352eb4e984a09c113703cc4840c5bbd&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/8fc5dbb55997a01e5c6ce81a631267bc788af47d.tar.gz&quot;, url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/bac2c19d2352eb4e984a09c113703cc4840c5bbd.tar.gz&quot;,
) )
load(&quot;@rules_foreign_cc//foreign_cc:repositories.bzl&quot;, &quot;rules_foreign_cc_dependencies&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> <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> <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> <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/8fc5dbb55997a01e5c6ce81a631267bc788af47d">8fc5dbb</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/bac2c19d2352eb4e984a09c113703cc4840c5bbd">bac2c19</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> </tbody></table>
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2> <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 <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 # release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
# #
# sha256 = &quot;...&quot;, # sha256 = &quot;...&quot;,
strip_prefix = &quot;rules_foreign_cc-8fc5dbb55997a01e5c6ce81a631267bc788af47d&quot;, strip_prefix = &quot;rules_foreign_cc-bac2c19d2352eb4e984a09c113703cc4840c5bbd&quot;,
url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/8fc5dbb55997a01e5c6ce81a631267bc788af47d.tar.gz&quot;, url = &quot;https://github.com/bazelbuild/rules_foreign_cc/archive/bac2c19d2352eb4e984a09c113703cc4840c5bbd.tar.gz&quot;,
) )
load(&quot;@rules_foreign_cc//foreign_cc:repositories.bzl&quot;, &quot;rules_foreign_cc_dependencies&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