Skip to content

Commit

Permalink
ci: stop passing --enable-ubsan
Browse files Browse the repository at this point in the history
It's just a follow-up to 5f40423 (where --enable-ubsan
was removed).

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
  • Loading branch information
evverx committed Mar 30, 2021
1 parent ea35e2c commit 85d70be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85d70be

Please sign in to comment.