From: Greg Hudson Date: Mon, 21 Jun 2021 23:15:26 +0000 (-0400) Subject: Use asan in one of the CI builds X-Git-Tag: krb5-1.20-beta1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7368354bcd0b58480a88b1fb81e63bd6aae7edf2;p=thirdparty%2Fkrb5.git Use asan in one of the CI builds --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7f7d73789..d5e5847489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: os: ubuntu-18.04 compiler: clang makevars: CPPFLAGS=-Werror + configureopts: --enable-asan - name: linux-clang-openssl os: ubuntu-18.04 compiler: clang