bazel-skylib/rules
Yannic 8f3151fb4a
copy_file: Add parameter to allow symlinks (#252)
* copy_file: Add parameter to allow symlinks

This change adds a new parameter `allow_symlinks` to `copy_file` that
allows the action to create a symlink instead of doing an expensive
copy if the execution platform (host) allows it.

Updates #248

* Update docs

* Refactor `is_executable` into attribute

* Fix typo

* s/_impl/_copy_file_impl/
2020-07-10 14:08:02 -04:00
..
private copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00
BUILD Create Gazelle language for Starlark (#251) 2020-06-26 17:04:12 +02:00
analysis_test.bzl
build_test.bzl
common_settings.bzl
copy_file.bzl
diff_test.bzl
empty_test.sh
native_binary.bzl
run_binary.bzl
select_file.bzl Add license and copyright notice (#245) 2020-04-15 12:57:49 +02:00
write_file.bzl