[libcxx-commits] [PATCH] D142566: [libc++] Add documentation for reproducing CI issues locally

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 25 10:25:36 PST 2023


Mordante accepted this revision as: Mordante.
Mordante added a comment.

Thanks for working on this! LGTM modulo one request.



================
Comment at: libcxx/docs/TestingLibcxx.rst:115
+are *not* run in our Docker image. In the general case, it is not possible to reproduce these
+failures locally, unless they aren't specific to the platform.
+
----------------
`run-buildbot` in our CI often sets `CC` and `CXX`. Can you add some documentation explaining that these environment variable might need to be exported before calling `run-buildbot`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142566



More information about the libcxx-commits mailing list