c4016b4
From 37e1fe755c6e976253a7f40ec7a9e740e4329789 Mon Sep 17 00:00:00 2001
c5044b0
From: Greg Hudson <ghudson@mit.edu>
c5044b0
Date: Mon, 21 Jun 2021 19:15:26 -0400
c5044b0
Subject: [PATCH] Use asan in one of the CI builds
c5044b0
c5044b0
(cherry picked from commit 7368354bcd0b58480a88b1fb81e63bd6aae7edf2)
c5044b0
---
c5044b0
 .github/workflows/build.yml | 1 +
c5044b0
 1 file changed, 1 insertion(+)
c5044b0
c5044b0
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
c5044b0
index 8d1042b7b..06a35b7b9 100644
c5044b0
--- a/.github/workflows/build.yml
c5044b0
+++ b/.github/workflows/build.yml
c5044b0
@@ -17,6 +17,7 @@ jobs:
c5044b0
                       os: ubuntu-18.04
c5044b0
                       compiler: clang
c5044b0
                       makevars: CPPFLAGS=-Werror
c5044b0
+                      configureopts: --enable-asan
c5044b0
                     - name: linux-clang-openssl
c5044b0
                       os: ubuntu-18.04
c5044b0
                       compiler: clang