Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion flow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ exports_files(
# instead of vendoring its own (drifting) copy at the bazel-orfs repo
# root. See bazel-orfs `private/rules.bzl`.
exports_files(
["scripts/synth.tcl"],
[
"scripts/synth.tcl",
# Expose variables.yaml as an addressable source label so a
# downstream target can data-dep the variable catalogue at this
# commit. It is reachable today only inside the private makefile
# filegroups' data, not as a source target.
"scripts/variables.yaml",
],
visibility = ["//visibility:public"],
)

Expand Down