diff options
| author | Tom Rini <[email protected]> | 2023-09-01 16:41:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-06 13:51:20 -0400 |
| commit | 57c7cb66b681501923f351672dc4acff70736299 (patch) | |
| tree | 457a3efd29cec24714a8aef99e588f9f27695126 | |
| parent | c807bdd0a973139c577893c18e044c3c86da0c40 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | .azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index c127fd3ca2f..421c5018b40 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" |
