Commit 85d70be7 by Evgeny Vereshchagin

ci: stop passing --enable-ubsan

It's just a follow-up to 5f404236 (where --enable-ubsan was removed). Signed-off-by: 's avatarEvgeny Vereshchagin <evvers@ya.ru>
parent ea35e2cc
......@@ -47,11 +47,7 @@ jobs:
BUILD="$(pwd)/build"
mkdir -p "${BUILD}"
cd "${BUILD}"
if [ "${{ matrix.compiler }}" = "gcc" ]; then
../configure --enable-tests --enable-ubsan --with-distro=unknown
else
../configure --enable-tests --with-distro=unknown
fi
../configure --enable-tests --with-distro=unknown
# Build
make -j4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment