diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -198,7 +198,7 @@ **Bug Reports** If you think you've found a bug in libc++, please report it using -the `LLVM Bugzilla`_. If you're not sure, you +the `LLVM bug tracker`_. If you're not sure, you can post a message to the `libcxx-dev mailing list`_ or on IRC. **Patches** 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 @@ -481,18 +481,18 @@ # limit: 2 # timeout_in_minutes: 120 - # - label: "Documentation" - # command: "libcxx/utils/ci/run-buildbot documentation" - # 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: "Documentation" + command: "libcxx/utils/ci/run-buildbot documentation" + 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 on non-Unix platforms - label: "Clang-cl (DLL)"