-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Build
-
Fully Compatible
-
ALL
When bazel is enabled as required on MacOS it fails due to a mismatched sdk version:
This should be fixed by setting the bazel macos_minimum_os command line flag:
https://bazel.build/reference/command-line-reference#flag--macos_minimum_os
From the scons definitions:
https://github.com/10gen/mongo/blob/master/etc/scons/xcode_macosx_arm.vars#L14
https://github.com/10gen/mongo/blob/master/etc/scons/xcode_macosx.vars#L14
(probably makes sense to just hardcode this into integrate_bazel.py)