Pedro
Pedro
I think the additional outputs field in the API is the one that will require less maintenance down the line. It is very flexible and can be used for anything...
Hey torgil that was me. I will prioritize this for after the holiday break. Will be working together with [nikhilkalige](https://github.com/nikhilkalige) who filed this issue: https://github.com/bazelbuild/bazel/issues/15924 Completely different problem but I...
Created https://github.com/bazelbuild/bazel/issues/17237
After looking at this pull request again and the issue that I created. I'm thinking now that it doesn't really fit. The issue here is for gcno files whose output...
Is there a compiler flag that lets you customize the suffix of the gcda file? If that's the case we can accept a PR that adds support for this in...
How many inodes are we talking about? I can't tell from the error which number is the inodes. Depending on how widespread this is we have two options, if few...
The reason you give sounds logical. A single deletion thread cannot keep up. Something else I was wondering, do you have `--reuse_sandbox_directories` enabled? That should in theory reduce the number...
> between different runfiles trees, Coincidentally I realized this yesterday evening and I'm implementing a fix now. There is another issue in the current code. The second parameter [here](https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java;drc=eac7c968f40066aef5b5bf9b6177dd6c1af543ee;l=217) should...
Almost done. Is this the last blocker?
Glad to hear Jeremiah. Could you please comment on whether the build/tests got any faster? With the reuse changes it should have got much faster so it'd be disappointing to...