Ola Rozenfeld
Ola Rozenfeld
An advanced configurable fake for in-process RE worker is taking shape with PRs #15 and #19 . But here, I mean an actual grpc server like https://github.com/bazelbuild/bazel/tree/master/src/tools/remote/src/main/java/com/google/devtools/build/remote/worker
The item that came out of the API meeting that George raised -- server losing the operation or current connection should be a retriable error.
At the London Build Meetup @sstriker suggested to prefix all platform keys with the backend type, e.g. `rbe-container-image` instead of `container-image` (enforce namespaces). Sander, can you please remind me the...
https://github.com/bazelbuild/reclient/commit/35813b877b5fbf0fe69bb558c15ed239a816c226 introduced a directory type output to clang actions, which is shared among all actions of this type (with a `-fcrash-diagnostics-dir` option on). However, in `racing` strategy, this results in...
The error message: ``` FAILED: obj/third_party/breakpad/utilities/ConfigFile.o ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MD -MF obj/third_party/breakpad/utilities/ConfigFile.o.d -D_FORTIFY_SOURCE=2 -DCR_CLANG_REVISION=\"llvmorg-18-init-4631-gd50b56d1-1\" -DNDEBUG -DNDEBUG -DENABLE_LZMA -DHAVE_COUNTERZ=1 -I../.. -Igen -I../../third_party/breakpad/breakpad/src -Werror -fstack-protector-all -fPIE -gdwarf-2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk -mmacosx-version-min=10.7 -arch arm64 -Wno-unused-parameter...
Currently, the Bazel nightly builds https://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/bazel/job/nightly/ generate binaries with empty build labels. It would help the remote execution service if these builds contained labels such as "nightly-2017-11-27", to help our...