From 702e0165d9f3d91e2b5461d862bd925ce2993f35 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 14 Dec 2020 16:39:39 -0500 Subject: [PATCH] [libc++] Try re-enabling libcxx in the periodic CI We really need to build periodically against `main` -- hopefully the queue lengths won't be an issue anymore. --- scripts/pipeline_master.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/pipeline_master.py b/scripts/pipeline_master.py index 5ce5349..e2bfa20 100755 --- a/scripts/pipeline_master.py +++ b/scripts/pipeline_master.py @@ -19,8 +19,7 @@ from steps import generic_linux, generic_windows, from_shell_output import yaml steps_generators = [ - # TODO: enable when we have enough mac agents - # '${BUILDKITE_BUILD_CHECKOUT_PATH}/libcxx/utils/ci/buildkite-pipeline-snapshot.sh', + '${BUILDKITE_BUILD_CHECKOUT_PATH}/libcxx/utils/ci/buildkite-pipeline-snapshot.sh', ] if __name__ == '__main__':