Skip to content

Commit

Permalink
libc: stop building AOR
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 committed Nov 19, 2024
1 parent 6691395 commit 5a1a1fc
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 5a1a1fc

Please sign in to comment.