The compile_all task currently builds the install-all component. However, this doesn't exercise Install rules for things that are not depended on, directly or indirectly, by the runtime role of the all component. In particular, components in the dev role are likely not being installed. We should change the build target for compile-all to build the install-all-meta target, which will include everything known to the auto-install subsystem.
- related to
-
SERVER-97268 Enforce all targets are compiled in Commit Queue's compile are built, and then remove compile_all* Evergreen tasks
- Needs Scheduling