]> git.proxmox.com Git - mirror_lxc.git/commitdiff
ci: stop passing --enable-ubsan
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 30 Mar 2021 03:11:57 +0000 (03:11 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 30 Mar 2021 03:35:50 +0000 (03:35 +0000)
It's just a follow-up to 5f404236273bb211 (where --enable-ubsan
was removed).

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/build.yml

index c01275a1ec89789fb4248bc5b2468c28e26ad430..3deb22167511ba0d2440fe972160a08abd1285f7 100644 (file)
@@ -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