Alex Eagle
|
bc97305fcd
|
Revert "refactor: reduce execution requirements for copy" (#594)
* Revert "refactor: reduce execution requirements for copy"
This reverts commit 40c2ddc71a .
* Update ci.bazelrc
|
2023-10-06 19:19:18 -07:00 |
|
Alex Eagle
|
40c2ddc71a
|
refactor: reduce execution requirements for copy
It causes warnings like 753cd459e4/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java (L514)
and also makes toolchain selection broken for host!=exec
Fixes #466
|
2023-08-29 14:56:22 -07:00 |
|
Jason Bedard
|
05a92b8b99
|
fix: show directory being copied to in copy_to_directory progress message (#345)
* fix: use formatted short_path in copy progress messages
* fix: display destination directory in copy_to_directory progress message
|
2023-02-05 20:47:02 -08:00 |
|
Greg Magolan
|
65e852f774
|
fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243)
|
2022-09-13 21:58:08 -07:00 |
|
Greg Magolan
|
be5c9d06bc
|
fix: fix bzl_library breakage created with load from @local_config_platform in copy rules (#242)
|
2022-09-13 20:37:24 -07:00 |
|
Greg Magolan
|
bbfb74c8e6
|
fix: fix host platform detection on all copy actions which always run locally (#241)
|
2022-09-12 20:45:48 -07:00 |
|
Greg Magolan
|
d59ca6092f
|
fix: improve execution requirements of all copy files/directory rules for better perf (#79)
|
2022-04-14 10:48:44 -07:00 |
|