From: Tom Rini Date: Fri, 1 Sep 2023 20:41:43 +0000 (-0400) Subject: Azure: Add sandbox64 to CI X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=57c7cb66b681501923f351672dc4acff70736299;p=u-boot.git Azure: Add sandbox64 to CI Now that sandbox64 can run and pass the regular test.py suite, add it here as well. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index c127fd3ca2..421c5018b4 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -301,6 +301,11 @@ stages: TEST_PY_BD: "sandbox" OVERRIDE: "-O clang-16 -a ASAN" TEST_PY_TEST_SPEC: "version" + sandbox64: + TEST_PY_BD: "sandbox64" + sandbox64_clang: + TEST_PY_BD: "sandbox64" + OVERRIDE: "-O clang-16" sandbox_nolto: TEST_PY_BD: "sandbox" BUILD_ENV: "NO_LTO=1"