mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-28 21:33:48 +00:00
c6b39ab8f6
* fix: always include files from the same workspace as the build target in `copy_to_directory` Fixes #359. This updates the `copy_to_directory` tool to accept a workspace name representing the workspace of the target it is executing under. Any files in this workspace are automatically included, regardless of the `include_external_repositories` option. This makes it support usage within an external target (such as `@wksp//:dir`). * test: add e2e test which uses `copy_to_directory` within an external workspace Refs #359. This should catch regressions where no files are copied when built within an external workspace and not using `include_external_repositories`. * ci: fix stray workspace refs --------- Co-authored-by: Alex Eagle <alex@aspect.dev> |
||
---|---|---|
.. | ||
templates | ||
base64.md | ||
bazelrc_presets.md | ||
BUILD.bazel | ||
copy_directory.md | ||
copy_file.md | ||
copy_to_bin.md | ||
copy_to_directory.md | ||
diff_test.md | ||
directory_path.md | ||
docs.md | ||
expand_make_vars.md | ||
expand_template.md | ||
glob_match.md | ||
host_repo.md | ||
jq.md | ||
lists.md | ||
output_files.md | ||
params_file.md | ||
paths.md | ||
platform_utils.md | ||
repo_utils.md | ||
repositories.md | ||
run_binary.md | ||
stamping.md | ||
strings.md | ||
testing.md | ||
transitions.md | ||
utils.md | ||
write_source_files.md | ||
yq.md |