Lines Matching refs:dist
1 """Rule to support Bazel in copying its output files to the dist dir outside of
16 # Create a manifest of dist files to differentiate them from other runfiles.
41 doc = """Generate a manifest of files to be dist to a directory.""",
45 doc = """Files or targets to copy to the dist dir.
52 doc = """Files or targets to be extracted to the dist dir.
75 """A dist rule to copy files out of Bazel's output directory into a custom location.
79 bazel run //path/to/my:dist_target -- --dist_dir=/tmp/dist
143 See `dist.py` for allowed values and the default value.
182 src = "//build/bazel_common_rules/dist:dist.py",
186 # The dist py_binary tool must be colocated in the same package as the
188 # dist_manifest is in the data runfiles of the dist tool.