[libcxx-commits] [PATCH] D133364: [libc++] Remove old CI configurations and update the supported compiler versions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 19 09:17:50 PST 2023


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/docs/Contributing.rst:65
 Post-release check list
 =======================
 
----------------
The summary and commit message seem outdated.


================
Comment at: libcxx/docs/Contributing.rst:73
 4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
+5. Update the list of supported clang versions in ``index.rst``
+6. Remove the in-progress warning from ``ReleaseNotes.rst``
----------------



================
Comment at: libcxx/docs/Contributing.rst:74
+5. Update the list of supported clang versions in ``index.rst``
+6. Remove the in-progress warning from ``ReleaseNotes.rst``
 
----------------



================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:439
 
-  - label: "No transitive includes"
-    command: "libcxx/utils/ci/run-buildbot generic-no-transitive-includes"
----------------
You need to update `run-buildbot` as well to remove that job.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133364/new/

https://reviews.llvm.org/D133364



More information about the libcxx-commits mailing list