diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -240,20 +240,19 @@ limit: 2 timeout_in_minutes: 120 - # # Tests with the various supported ways to build libc++. - # TODO: Fix failures with the GDB pretty printers - # - label: "Bootstrapping build" - # command: "libcxx/utils/ci/run-buildbot bootstrapping-build" - # artifact_paths: - # - "**/test-results.xml" - # agents: - # queue: "libcxx-builders" - # os: "linux" - # retry: - # automatic: - # - exit_status: -1 # Agent was lost - # limit: 2 - # timeout_in_minutes: 120 + # Tests with the various supported ways to build libc++. + - label: "Bootstrapping build" + command: "libcxx/utils/ci/run-buildbot bootstrapping-build" + artifact_paths: + - "**/test-results.xml" + agents: + queue: "libcxx-builders" + os: "linux" + retry: + automatic: + - exit_status: -1 # Agent was lost + limit: 2 + timeout_in_minutes: 120 - label: "Legacy Lit configuration" command: "libcxx/utils/ci/run-buildbot legacy-test-config"