Skip to content

Commit

Permalink
libc: remove libc-api-test (llvm#330)
Browse files Browse the repository at this point in the history
This was removed with the removal of "old" hdrgen in
llvm/llvm-project#117220.
  • Loading branch information
nickdesaulniers authored Dec 3, 2024
1 parent 085a9b0 commit 0f057bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f057bd

Please sign in to comment.