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.
2 parents 79eab52 + 79074a5 commit 5c27245Copy full SHA for 5c27245
1 file changed
flow/BUILD
@@ -18,6 +18,15 @@ exports_files(
18
visibility = ["//visibility:public"],
19
)
20
21
+# Expose synth.tcl as an addressable source label so bazel-orfs can
22
+# point its `_synth_tcl` attr default at `@orfs//flow:scripts/synth.tcl`
23
+# instead of vendoring its own (drifting) copy at the bazel-orfs repo
24
+# root. See bazel-orfs `private/rules.bzl`.
25
+exports_files(
26
+ ["scripts/synth.tcl"],
27
+ visibility = ["//visibility:public"],
28
+)
29
+
30
# files shared between scripts/synth.sh and scripts/flow.sh steps
31
MAKEFILE_SHARED = [
32
"scripts/variables.json",
0 commit comments