1
0
Fork 0

disable libcxx pipeline for periodical builds

This commit is contained in:
Mikhail Goncharov 2020-11-26 08:56:18 +01:00
parent 681fbbe2cf
commit ad6c67d750

View file

@ -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__':