Skip to content

Commit 31c9cd3

Browse files
libc: stop building AOR (#314)
Prevent buildbots from building this target. If we remove AOR then we need to spin the builds of it down first.
1 parent 6691395 commit 31c9cd3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ def main(argv):
145145
run_command(['ninja', 'libc-integration-tests'])
146146
with step('libc-scudo-integration-test'):
147147
run_command(['ninja', 'libc-scudo-integration-test'])
148-
with step('AOR Tests'):
149-
aor_dir = os.path.join(source_dir, 'libc', 'AOR_v20.02')
150-
# Remove the AOR build dir.
151-
util.clean_dir(os.path.join(aor_dir, 'build'))
152-
run_command(['make', 'check'], directory=aor_dir)
153148
with step('Benchmark Utils Tests'):
154149
run_command(['ninja', 'libc-benchmark-util-tests'])
155150

0 commit comments

Comments
 (0)