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
For our repo, we often use the following set of flags to cross-compile remotely from MacOS M1 to Linux AMD64
bazel test //...
--remote_executor=remote.buildbuddy.io
--host_cpu=k8
--cpu=k8
--crosstool_top=@buildbuddy_toolchain//:ubuntu_cc_toolchain_suite
--host_platform=@buildbuddy_toolchain//:platform_linux
--extra_toolchains=@buildbuddy_toolchain//:ubuntu_cc_toolchain
--jobs=100
From BuildBuddy slack https://buildbuddy.slack.com/archives/CUY16GNK1/p1681908740387489?thread_ts=1681908445.883089&channel=CUY16GNK1&message_ts=1681908740.387489:
The text was updated successfully, but these errors were encountered: