commit | 8ef29784e1546a58f556aacaceafab5ad513aba7 | [log] [tgz] |
---|---|---|
author | Brian Isganitis <brianji@google.com> | Fri Mar 18 14:19:30 2022 -0700 |
committer | Brian Isganitis <brianji@google.com> | Fri Mar 18 14:20:48 2022 -0700 |
tree | fdb7b9042d9539edd41fbe38a8ae8cc405333cf6 | |
parent | 8198cb6f3f88cfe53505531234f33818dc236d12 [diff] |
Fix Proto compilation on M1 Macs The Maven artifact upstream doesn't have an ARM version of Proto compiler. Since updating the artifact breaks the compilation, this explicitly requests x86 protoc binary which is then run via Rosetta. Build completes successfully. Change-Id: Ia13f28a6f019ad53e88f6dd4a8788ab7ec1ebead Test: Manual