From 31c9cd32bae557ce7ed6da46e224d358833defed Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 19 Nov 2024 14:44:41 -0800 Subject: [PATCH] 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. --- zorg/buildbot/builders/annotated/libc-linux.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py index 00ebc3250..04121539a 100644 --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -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'])