summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-05-30 10:00:07 +0000
committerTom Rini <trini@konsulko.com>2022-06-23 12:58:18 -0400
commiteabc4e2980b25f16e6d2805077aaa6ecbc074d63 (patch)
tree2c5d49502917dd46a4377b5b05a2698344884e2d /.azure-pipelines.yml
parent791de336b630709a92ca6f99285c327eadb93165 (diff)
downloadu-boot-eabc4e2980b25f16e6d2805077aaa6ecbc074d63.tar.gz
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 <ascull@google.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index ad540ea635..915d5115b1 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: