1
0
Fork 0

[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:
Louis Dionne 2020-12-14 16:39:39 -05:00
parent 12c4c43bb0
commit 702e0165d9

View file

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