larsrc-google

Results 52 comments of larsrc-google

I would suggest using the JSON profile data on realistic builds run local-only (or local-for-link-only). That would allow you to measure realistic time differences between different estimates. Doing this with...

We don't want to add more things to @bazel_tools, see https://github.com/bazelbuild/bazel/issues/4301.

It's a good idea, and we're now talking internally about what the best way to do this kind of API-like thing is. There will be some maintenance involved if we...

Just for clarification: Is it _impossible_ to depend on WorkRequestHandler, or is it just problematic because it pulls in much more than it ought to? If the former, that should...

For point #2, would changing AbstractSpawnStrategy.java:134 to ``` spawnRunner.handlesCaching() || stopConcurrentSpawns != null ``` do it?

@jmmv Forget my previous comment. I'm confused about #2. src/main/java/com/google/devtools/build/lib/exec/AbstractSpawnStrategy.java:144 ought to prevent that problem.

Question: Have you tried using it? We've found some problems with it, in particular that system binaries that scripts expect to see are not available in the sandbox.

I don't know the details of all the worker implementations. Does it happen without the build_tools_version change on 6.0.0? You could check with `bazel aquery` if the two Bazel versions...

Ok, so I'm trying to reproduce this on my Linux box, using cgroups to limit the amount of memory available for the Bazel process and its subprocesses. At 1GB, it's...