Pedro

Results 105 comments of Pedro

Thanks a lot for the PR Fabian. https://github.com/bazelbuild/bazel/issues/22226 was broken because of hermetic tmp. The error used to be: ``` external/protobuf~/src/google/protobuf/port.cc:12:10: fatal error: google/protobuf/port_def.inc: No such file or directory 12...

Duplicate of https://github.com/bazelbuild/bazel/issues/17137

I actually implemented storing the contents of a stashed sandbox in memory but it uses noticeably more memory so I didn't check that in. Regardless of what caused the regression...

Do you have a repro for what you are seeing in your build that I could use to debug?

> I can try to come up with a repro if that would be helpful? Yes please. I don't understand why this would have regressed from 7.0.0 to 7.1.0 even...

@DavidZbarsky-at can you provide the repro that shows the regression from 7.0.0 to 7.1.0?

Hi David, so am I understanding correctly that you aren't seeing a regression in 7.1.0? I will certainly use your example to improve this further but we need to clarify...

Hi @DavidZbarsky-at, here I have the code for the in-memory stashes: https://github.com/oquenchil/bazel/tree/in_memory_reuse_sandbox_directory_stashes You can build with `USE_BAZEL_VERSION=7.1.1 bazelisk build //src:bazel` Please if you have time give it a try on...

Glad to hear there was an improvement. Let's fix the errors you are seeing then. Did you see these errors with the repro from https://github.com/DavidZbarsky-at/nodejs-repro? If you did, would you...