We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f860f commit 7945da1Copy full SHA for 7945da1
.github/workflows/ci.yaml
@@ -17,6 +17,7 @@ jobs:
17
- macos-15
18
- ubuntu-latest
19
bazel:
20
+ - 8.x
21
- latest
22
- last_rc
23
- last_green
mojo/private/link_hack.bzl
@@ -6,6 +6,8 @@ https://github.com/bazelbuild/bazel/pull/23838
6
def _link_hack_impl(rctx):
7
rctx.file("BUILD.bazel", "")
8
rctx.file("link_hack.bzl", """\
9
+load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
10
+
11
def link_hack(**kwargs):
12
return cc_common.link(**kwargs)
13
""")
0 commit comments