[libcxx-commits] [libcxx] [llvm] [libc++][CI] Add a Github workflow to test libc++ tools (PR #211067)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 23 13:58:44 PDT 2026
================
@@ -0,0 +1,58 @@
+# This workflow exercises libc++ tools whose testing doesn't belong in the conformance
+# suite or in `check-cxx` proper.
+#
+# The actual logic lives in `libcxx/utils/ci/run-buildbot test-tools`, which is also how
+# failures can be reproduced locally (after installing libcxx/utils/requirements.txt):
+#
+# CC=clang CXX=clang++ libcxx/utils/ci/run-buildbot test-tools
+
+name: "[libc++] Test tools"
+
----------------
boomanaiden154 wrote:
permissions.contents: red?
https://github.com/llvm/llvm-project/pull/211067
More information about the libcxx-commits
mailing list