commit | f894d1aa8d7e5890b493bc9f378de6d0db1850d7 | [log] [tgz] |
---|---|---|
author | Alexei Frolov <frolv@google.com> | Fri Jun 21 21:20:40 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 21:20:40 2024 +0000 |
tree | b37e99d216446c44804e4725a7319f0cedcbac83 | |
parent | 3292a27ec33acdd734fe3b4f56963caa28bbab9f [diff] |
pw_target_runner: Send test binaries over gRPC Sending paths to binaries does not work in Bazel, as all build targets are sandboxed. Instead, have clients transmit the raw binary to the server, which can write it to a location accessible by its workers. Change-Id: I4afb39b11660dfe2985a409a76ad3b7c2bb77291 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/216050 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Alexei Frolov <frolv@google.com> Reviewed-by: Ted Pudlik <tpudlik@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Erik Gilling <konkers@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.