[libcxx-commits] [PATCH] D116897: [libc++] Fix the documentation and re-enable documentation CI
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 10 05:06:31 PST 2022
ldionne updated this revision to Diff 398586.
ldionne added a comment.
Remove link to bugzilla
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116897/new/
https://reviews.llvm.org/D116897
Files:
libcxx/docs/index.rst
libcxx/utils/ci/buildkite-pipeline.yml
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ 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)"
Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -157,7 +157,7 @@
A full list of currently open libc++ bugs can be `found here`__.
-.. __: https://bugs.llvm.org/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=advanced&resolution=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184
+.. __: https://github.com/llvm/llvm-project/issues?q=label%3Alibc%2B%2B
Design Documents
@@ -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**
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116897.398586.patch
Type: text/x-patch
Size: 1850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220110/23bac0cb/attachment-0001.bin>
More information about the libcxx-commits
mailing list