Skip to content

Commit

Permalink
libc: stop building AOR (#314)
Browse files Browse the repository at this point in the history
Prevent buildbots from building this target. If we remove AOR then we
need to
spin the builds of it down first.
  • Loading branch information
nickdesaulniers authored Nov 19, 2024
1 parent 6691395 commit 31c9cd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ def main(argv):
run_command(['ninja', 'libc-integration-tests'])
with step('libc-scudo-integration-test'):
run_command(['ninja', 'libc-scudo-integration-test'])
with step('AOR Tests'):
aor_dir = os.path.join(source_dir, 'libc', 'AOR_v20.02')
# Remove the AOR build dir.
util.clean_dir(os.path.join(aor_dir, 'build'))
run_command(['make', 'check'], directory=aor_dir)
with step('Benchmark Utils Tests'):
run_command(['ninja', 'libc-benchmark-util-tests'])

Expand Down

0 comments on commit 31c9cd3

Please sign in to comment.