diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-21 14:22:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-21 14:22:30 -0400 |
commit | a6c2814bee0ae8023f91d798a0117197db7bf397 (patch) | |
tree | 1f3931e8df5a75dba77863d6736b18e83008caa2 | |
parent | fb6e5184dea85982878160de2b7d7b7ffb70f00d (diff) | |
download | u-boot-CHECK/move-to-clang-16.tar.gz |
HACK: Drop sandbox+clangCHECK/move-to-clang-16
Signed-off-by: Tom Rini <trini@konsulko.com>
-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" |