Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Build and Correctness OnDeck
-
151
Description
As part of migrating from scons to bazel, we've created a handful of bazel build targets that mirror scons build targets. These build targets are libraries that can be included in the final mongo binary optionally.
Now that most of the scons command line options have been migrated over to bazel, the next step is to gradually enable bazel to run by default. It's already been enabled on Amazon Linux 2023 ARM. This task tracks the work to enable it on Ubuntu 22 ARM.
The main difference in the build from Amazon Linux 2023 ARM and Ubuntu 22 ARM is that the former links statically and the latter links dynamically. Ubuntu 22 ARM also is the platform used by the default developer workstations.