Skip to content

Commit 5c27245

Browse files
authored
Merge pull request #4240 from oharboe/bazel-exports-synth-tcl
flow: exports_files for scripts/synth.tcl
2 parents 79eab52 + 79074a5 commit 5c27245

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

flow/BUILD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ exports_files(
1818
visibility = ["//visibility:public"],
1919
)
2020

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+
2130
# files shared between scripts/synth.sh and scripts/flow.sh steps
2231
MAKEFILE_SHARED = [
2332
"scripts/variables.json",

0 commit comments

Comments
 (0)