bazel-skylib/tests/copy_file
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
..
BUILD copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00
a.txt copy_file: add rule and tests (#123) 2019-03-18 13:23:15 +01:00
a_with_exec_bit.txt copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00
copy_file_tests.sh copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00