[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.
This commit is contained in:
parent
12c4c43bb0
commit
702e0165d9
1 changed files with 1 additions and 2 deletions
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue