disable libcxx pipeline for periodical builds
This commit is contained in:
parent
681fbbe2cf
commit
ad6c67d750
1 changed files with 2 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue