From 2e9a9563e187a07a19265ed84a56c45fb63ecf6c Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Tue, 15 Dec 2020 09:24:49 +0100 Subject: [PATCH] enable periodic libcxx build --- scripts/pipeline_main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/pipeline_main.py b/scripts/pipeline_main.py index 6e98118..1c40b9c 100755 --- a/scripts/pipeline_main.py +++ b/scripts/pipeline_main.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__':