Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
Build
-
ALL
-
Build and Correctness OnDeck
Description
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)