Skip to content

Commit 0f057bd

Browse files
libc: remove libc-api-test (#330)
This was removed with the removal of "old" hdrgen in llvm/llvm-project#117220.
1 parent 085a9b0 commit 0f057bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zorg/buildbot/builders/annotated/libc-linux.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ def main(argv):
135135
run_command(['ninja', 'libc-unit-tests'])
136136

137137
if fullbuild and not args.asan:
138-
with step('libc-api-test'):
139-
run_command(['ninja', 'libc-api-test'])
140138
if gcc_build or ('riscv' in builder_name):
141139
# The rest of the targets are either not yet gcc-clean or
142140
# not yet availabe on riscv.

0 commit comments

Comments
 (0)