diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75a8270bc31..4e56ddecbd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -263,12 +263,6 @@ sandbox test.py: TEST_PY_BD: "sandbox" <<: *buildman_and_testpy_dfn -sandbox with clang test.py: - variables: - TEST_PY_BD: "sandbox" - OVERRIDE: "-O clang-16" - <<: *buildman_and_testpy_dfn - sandbox without LTO test.py: variables: TEST_PY_BD: "sandbox" |