From ad6c67d7507d6b1f0e79b4ef41c7098be18a4084 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 26 Nov 2020 08:56:18 +0100 Subject: [PATCH] disable libcxx pipeline for periodical builds --- scripts/pipeline_master.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pipeline_master.py b/scripts/pipeline_master.py index e2bfa20..5ce5349 100755 --- a/scripts/pipeline_master.py +++ b/scripts/pipeline_master.py @@ -19,7 +19,8 @@ from steps import generic_linux, generic_windows, from_shell_output import yaml steps_generators = [ - '${BUILDKITE_BUILD_CHECKOUT_PATH}/libcxx/utils/ci/buildkite-pipeline-snapshot.sh', + # TODO: enable when we have enough mac agents + # '${BUILDKITE_BUILD_CHECKOUT_PATH}/libcxx/utils/ci/buildkite-pipeline-snapshot.sh', ] if __name__ == '__main__':