You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of Buildbarn's users is attempting to build it on a Mac M1 system
that does not have Rosetta installed:
buildbarn/bb-remote-execution#89
This currently fails with the following error message:
ERROR: <storage>/external/com_google_protobuf/BUILD:130:11: Compiling src/google/protobuf/extension_set.cc failed: I/O exception during sandboxed execution: com.google.devtools.build.lib.shell.ExecFailedException: java.io.IOException: Cannot run program "<tmp>/install/71ed47cad951a20fff87381f54639763/xcode-locator": error=86, Bad CPU type in executable
Let's address this by shipping a copy of xcode-locator that is built
both for ARM64 and x86-64.
0 commit comments