From: Evgeny Vereshchagin Date: Tue, 30 Mar 2021 03:11:57 +0000 (+0000) Subject: ci: stop passing --enable-ubsan X-Git-Tag: lxc-5.0.0~223^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d70be752b26c9cb68d2f7067f12d4f5ebb91a7;p=thirdparty%2Flxc.git ci: stop passing --enable-ubsan It's just a follow-up to 5f404236273bb211 (where --enable-ubsan was removed). Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c01275a1e..3deb22167 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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