aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index c127fd3..421c501 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"