From 58494793984495e862e501c3780dc2c056e46246 Mon Sep 17 00:00:00 2001 From: Oliver Salman Date: Thu, 16 May 2024 12:21:50 +1000 Subject: [PATCH 1/2] add support for macos --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index d1bd6bc..d626ee7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,8 @@ common --action_env=BAZEL_CXXOPTS=-std=c++17 common --cxxopt='-std=c++17' +common --macos_minimum_os=10.13 +common --macos_sdk_version=10.13 +common --cpu=darwin_arm64 common --copt=-fdiagnostics-color=always common --test_output=errors common -c dbg From c59d99c0afffa3670c1a5b636cc8a2d6a600da8e Mon Sep 17 00:00:00 2001 From: Oliver Salman <77224906+os12345678@users.noreply.github.com> Date: Fri, 17 May 2024 11:19:29 +1000 Subject: [PATCH 2/2] Update .bazelrc Co-authored-by: Jeremy Kun --- .bazelrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index d626ee7..5277273 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,8 +1,9 @@ common --action_env=BAZEL_CXXOPTS=-std=c++17 common --cxxopt='-std=c++17' -common --macos_minimum_os=10.13 -common --macos_sdk_version=10.13 -common --cpu=darwin_arm64 +build:macos --apple_platform_type=macos +build:macos --macos_minimum_os=10.13 +build:macos --macos_sdk_version=10.13 +build:macos_arm64 --cpu=darwin_arm64 common --copt=-fdiagnostics-color=always common --test_output=errors common -c dbg