Skip to content

Commit 7945da1

Browse files
authored
Fix 9.x compat (#67)
1 parent 87f860f commit 7945da1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- macos-15
1818
- ubuntu-latest
1919
bazel:
20+
- 8.x
2021
- latest
2122
- last_rc
2223
- last_green

mojo/private/link_hack.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ https://github.com/bazelbuild/bazel/pull/23838
66
def _link_hack_impl(rctx):
77
rctx.file("BUILD.bazel", "")
88
rctx.file("link_hack.bzl", """\
9+
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
10+
911
def link_hack(**kwargs):
1012
return cc_common.link(**kwargs)
1113
""")

0 commit comments

Comments
 (0)