@@ -30,11 +30,11 @@ build:remote_linux_x64 --extra_toolchains=//platform/linux_x64:cc-toolchain
3030build:remote_linux_x64 --host_platform=//platform/linux_x64
3131build:remote_linux_x64 --platforms=//platform/linux_x64
3232
33- build:remote_macos_x64 --extra_execution_platforms=//platform/macos_x64
34- build:remote_macos_x64 --host_action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
35- build:remote_macos_x64 --host_platform=//platform/macos_x64
36- build:remote_macos_x64 --macos_minimum_os=12
37- build:remote_macos_x64 --platforms=//platform/macos_x64
33+ build:remote_macos_arm64 --extra_execution_platforms=//platform/macos_arm64
34+ build:remote_macos_arm64 --host_action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
35+ build:remote_macos_arm64 --host_platform=//platform/macos_arm64
36+ build:remote_macos_arm64 --macos_minimum_os=14
37+ build:remote_macos_arm64 --platforms=//platform/macos_arm64
3838
3939build:remote_windows_x64 --extra_execution_platforms=//platform/windows_x64
4040build:remote_windows_x64 --extra_toolchains=//platform/windows_x64:cc-toolchain
@@ -50,7 +50,7 @@ build:engflow_common --incompatible_strict_action_env=true
5050build:engflow_common --remote_timeout=600
5151build:engflow_common --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
5252build:engflow_common --grpc_keepalive_time=30s
53- build:engflow_common --experimental_remote_cache_compression =true
53+ build:engflow_common --remote_cache_compression =true
5454build:engflow_common --remote_download_minimal
5555
5656build:engflow_bes --bes_backend=grpcs://opal.cluster.engflow.com
0 commit comments