Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/telemetry: disable telemetry on GOARCH=mips
On mips, 64-bit atomics are implemented with a spin lock, and therefore don't work across processes. Since the counter file relies on this synchronization primitive, disable telemetry on mips. Change-Id: I5e8c47acc0071b572ec34555eca1149d04428aa5 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/600916 Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Russ Cox <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information