We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270fad9 commit 03f9804Copy full SHA for 03f9804
dependency_support/BUILD.bazel
@@ -24,6 +24,9 @@ genrule(
24
outs = ["requirements.clean.bzl"],
25
cmd = " | ".join([
26
"cat $<",
27
+ # Replace the bazel 6.0.0 specific comment with something that bazel 5.4.0 would produce.
28
+ # This enables this example to be run as a test under bazel 5.4.0.
29
+ """sed -e 's#@rules_hdl//#@//#'""",
30
]) + " >$@",
31
)
32
0 commit comments