We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8640b8 commit 5b22d1dCopy full SHA for 5b22d1d
ci/github/install.sh
@@ -27,7 +27,7 @@ if [[ "$B2_SANITIZE" == "yes" ]]; then
27
B2_CXXFLAGS="${B2_CXXFLAGS:+$B2_CXXFLAGS }-fsanitize-blacklist=libs/$SELF/ubsan-blacklist"
28
fi
29
if [[ -f $BOOST_CI_SRC_FOLDER/.ubsan-ignorelist ]]; then
30
- B2_CXXFLAGS="${B2_CXXFLAGS:+$B2_CXXFLAGS }-fsanitize-blacklist=libs/$SELF/.ubsan-ignorelist"
+ export UBSAN_OPTIONS="suppressions=${BOOST_CI_SRC_FOLDER}/.ubsan-ignorelist,${UBSAN_OPTIONS}"
31
32
33
0 commit comments