common --remote_download_minimal common --nobuild_runfile_links common --keep_going # Prefer to run the build actions entirely remotely so we can dial up the concurrency. # Currently remote builds only work on Mac hosts, until we untangle the libc constraints mess on linux. common:macos --config=remote common:macos --strategy=remote # We have platform-specific tests, so execute the tests locally using the strongest sandboxing available on each platform. common:macos --strategy=TestRunner=darwin-sandbox,local # Note: linux-sandbox is stronger, but not available in GHA. common:linux --strategy=TestRunner=processwrapper-sandbox,local common:windows --strategy=TestRunner=local