commit | 52c3aec3fae38765fe9a56270c93c6f11303b974 | [log] [tgz] |
---|---|---|
author | Ewelina Walkusz <ewelinax.walkusz@intel.com> | Wed Jan 22 11:22:54 2025 +0100 |
committer | Ewelina Walkusz <ewelinax.walkusz@intel.com> | Mon Jan 27 11:21:29 2025 +0000 |
tree | 634c41851709a6c087a3eab56c7b66387826ae04 | |
parent | 3aa71c8c60aeb4d5042e68148f769844b37cec0c [diff] |
unit-test: Reconfigure after sanitizers After running `meson configure build -Db_sanitize=none`, there may be leftovers that cause the next analysis to fail: `ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.` Fixes: openbmc/openbmc-build-scripts#42 Change-Id: Ia5b3c6c8a076c61aadd70ab23c029c591a3e29f5 Signed-off-by: Ewelina Walkusz <ewelinax.walkusz@intel.com>