]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
CI: Azure: Build with ASAN enabled
authorAndrew Scull <ascull@google.com>
Mon, 30 May 2022 10:00:07 +0000 (10:00 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 16:58:18 +0000 (12:58 -0400)
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>
.azure-pipelines.yml

index ad540ea63536ed6f0e83edf8f41f35b8ce8fc66b..915d5115b12d9ed5863232f4162d4677c623ca7b 100644 (file)
@@ -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: