-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Build, Test Compatibility
-
None
-
Storage Engines, Storage Engines - Foundations
-
None
-
None
The configure-combinations test uses hardcoded compilation settings for GCC and Clang builds.
These settings may conflict with the 3rd-party code used for tests and extensions.
TODO:
- Use WT high-level cmake configuration, e.g. ENABLE_STRICT=ON, instead of hard-coded compilation flags.
- Use Mongo toolchain for builds and smoke test
Definition of done:
- Building 3rd-party code should not trigger configure-combinations test failure.