bazel-skylib/rules/private
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 Fix to 1.0.1 - add missing .bzl files (#201) 2019-10-08 15:05:48 -04:00
copy_file_private.bzl copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00
maprule_util.bzl maprule: move functionality to maprule_util.bzl (#132) 2019-03-25 16:48:50 +01:00
write_file_private.bzl write_file: support different line endings (#150) 2019-05-09 15:29:44 +02:00