reclient
reclient copied to clipboard
I am currently working to configure reclient to use a buildfarm remote execution backend, and presently testing on Linux in its remote-only mode (NOT racing or fallback; I want to...
I saw that reclient determines which toolchain resource files need to be uploaded by reading the remote_toolchain_inputs file. If I have a new project with its own compiler toolchain, how...
Hi, I'm using AOSP RBE 0.57.0.4865132 and buildfarm 2.4.0 to build. And the number of concurrent actions is 500. Lately, Occasional failures occur, it‘s log like: ``` F0410 19:58:46.227496 552492...
when i build reclient Bazel uses ml64 to compile S file, but in reality, I have specified the compiler as GCC Ultimately, ml64 was unable to parse assembly files from...
Hello everyone! I want to use reclient as an client and connect to buildfarm for remote execution. - Start the reproxy: ``` ./bootstrap -cfg=/path/to/reproxy.cfg ``` The reproxy.cfg is: ``` service=xx.xxx.xxx.xxx:xxx...
Hi guys, I'm trying to use reclient with buildbarn. My authentication method uses a custom credential helper, in my case it was just echo hard coded json like this: ```...
[creds.UpdateStatus() ](https://github.com/bazelbuild/reclient/blob/ae445f05221cbe0846903985b72c4b69900ad3cd/cmd/bootstrap/main.go#L139C18-L139C38) will always invoke[ checkADCStatus()](https://github.com/bazelbuild/reclient/blob/ae445f05221cbe0846903985b72c4b69900ad3cd/internal/pkg/auth/auth.go#L373), even when no auth needed. If I cannot use GCP, this will always raise an error
/c/users/riturajs.citrite/reclient/third_party/patches/opencensus-go-exporter-stackdriver/opencensus-stackdriver-interval.patch
Hello folks! I am working on setting up buildfarm with reclient to build chromium. My req is to build chromium for windows. Hoping one of you wizards here can point...
I am trying to use the reclient with chromium where its already integrated. Modified the server and instance details to point it to the local BuildGrid server I have setup...