krb5 commit: Use asan in one of the CI builds
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/7368354bcd0b58480a88b1fb81e63bd6aae7edf2 commit 7368354bcd0b58480a88b1fb81e63bd6aae7edf2 Author: Greg Hudson <[email protected]> Date: Mon Jun 21 19:15:26 2021 -0400 Use asan in one of the CI builds .github/workflows/build.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7f7d73..d5e5847 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