summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scull <[email protected]>2022-05-30 10:00:07 +0000
committerTom Rini <[email protected]>2022-06-23 12:58:18 -0400
commiteabc4e2980b25f16e6d2805077aaa6ecbc074d63 (patch)
tree2c5d49502917dd46a4377b5b05a2698344884e2d
parent791de336b630709a92ca6f99285c327eadb93165 (diff)
CI: Azure: Build with ASAN enabled
In order to prevent build regressions with ASAN, add the builds to CI. The longer term objective will be to enabled test targets with ASAN enabled, but there are too many at the moment. Signed-off-by: Andrew Scull <[email protected]>
-rw-r--r--.azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index ad540ea6353..915d5115b12 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -473,6 +473,12 @@ stages:
BUILDMAN: "imx8"
keystone2_keystone3:
BUILDMAN: "k2 k3"
+ sandbox_asan:
+ BUILDMAN: "sandbox"
+ OVERRIDE: "-a ASAN"
+ sandbox_clang_asan:
+ BUILDMAN: "sandbox"
+ OVERRIDE: "-O clang-13 -a ASAN"
samsung_socfpga:
BUILDMAN: "samsung socfpga"
sun4i: