From aea77826cf1ce89b06ba7d04998e175329903154 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 3 Dec 2024 12:39:22 -0800 Subject: [PATCH] libc: remove libc-api-test This was removed with the removal of "old" hdrgen in https://github.com/llvm/llvm-project/pull/117220. --- zorg/buildbot/builders/annotated/libc-linux.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py index 04121539a..7e101300e 100644 --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -135,8 +135,6 @@ def main(argv): run_command(['ninja', 'libc-unit-tests']) if fullbuild and not args.asan: - with step('libc-api-test'): - run_command(['ninja', 'libc-api-test']) if gcc_build or ('riscv' in builder_name): # The rest of the targets are either not yet gcc-clean or # not yet availabe on riscv.