mirrored from https://chromium.googlesource.com/infra/luci/luci-py
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[swarming] Use armv7l for most 32-bit ARM on NetBSD
For the purposes of the Go netbsd-arm builder, we need to be able to distinguish ARMv6 from later (v7+) architectures. Only ARMv7 has the synchronization instructions that allow Go binaries to run on multi-core machines. This special-cases the 'netbsd' OS type to return armv7l for 32-bit ARMv7 machines. I have not added FreeBSD and OpenBSD support since their values for machine and processor are a bit different. Part of golang/go#63698 Change-Id: I798c7ec459b453ebfbc6bf2912f1bd06b8919325 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5943105 Reviewed-by: Vadim Shtayura <[email protected]> Commit-Queue: Benny Siegert <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters