Fredrik Medley

Results 4 issues of Fredrik Medley

I have observed that Bazel can spend a lot of CPU resources calculating merkel tree digests. This has been discussed in https://github.com/bazelbuild/bazel/issues/10875 and [Extend the Action Cache with alias digests](https://groups.google.com/forum/#!topic/remote-execution-apis/F0Qb4m0J4Vg)....

### Description of the bug: I get the following inconsistent output from `cquery`: ``` $ bazel shutdown $ bazel cquery :some_tool 2>/dev/null //tmp:some_tool (23f2fe8) $ bazel cquery :packager 2>/dev/null //tmp:packager...

type: bug
team-Configurability
untriaged

### Description of the feature request: Bazel has builtin default paths for bash depending on operating system. They can be overridden by `--shell_executable`. When using remote execution towards multiple different...

type: feature request
P3
team-Configurability
team-Remote-Exec