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 Minor formatting changes plus doc updates (#147) 2019-05-08 16:34:47 +02:00
build_test.bzl add documentation pages for rules/ and lib/ (#119) 2019-02-28 17:43:57 -05:00
common_settings.bzl fix formatting problem (#169) 2019-07-12 14:55:22 -04:00
copy_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
diff_test.bzl Fix diff_test when filepath includes external (#241) 2020-04-14 19:04:34 +02:00
empty_test.sh Add a build_test rule. (#97) 2019-01-25 14:34:15 -05:00
native_binary.bzl Migrate code for the flag --incompatible_disable_depset_items (#232) 2020-02-03 16:45:44 +01:00
run_binary.bzl Migrate code for the flag --incompatible_disable_depset_items (#232) 2020-02-03 16:45:44 +01:00
select_file.bzl Add license and copyright notice (#245) 2020-04-15 12:57:49 +02:00
write_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00