Thomas Lam
Thomas Lam
With stat instead of chmod, this should improve the performance of copying many files with `cp` as chmod runs multiple syscalls when changing permissions. Would be great if I can...
**Describe the bug** `nixpkgs_package` runs slow (~5 minutes) trying to copy all `nix_file_deps` to external repository root. I noticed slow `nixpkgs_package` fetches, and upon investigation, I found out that 1....
The current `atexit` hook that stops (and optionally remove) containers in the Docker daemon would not work because of limitations of the `atexit` module: the handlers are not executed if...
## Context When a binary is packaged with `pkg_*` rules, the repo_mapping manifest file is not included in the archive. For example ```starlark java_binary( name = "example", main_class = "...",...
Currently all swift actions running as persistent workers expect the worker to receive `WorkRequest` as JSON payload. https://github.com/bazelbuild/rules_swift/blob/646d6d229edc0b22ea3b9dc891062de519d27d4c/swift/internal/actions.bzl#L203 This is however unsupported in certain remote execution service providers, such as...