Enforcing a variant libdeps graph for dynamic UBSAN builds has generated a lot of complexity. It seems that a better choice may just be to disable the vptr checks in dynamic builds. The current UBSAN builder is static so we will still have coverage there.
- related to
-
SERVER-49798 Enforce correct library graph for ubsan vptr check builds
- Closed