[libcxx-commits] [PATCH] D144640: [libc++] Run modules_include.sh.cpp compiles in parallel

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 27 08:23:33 PST 2023


ldionne added a comment.

@vvereschaka I think your issue with escaping should indeed be solved by https://reviews.llvm.org/D144825. I suspect you ran into this issue because your executor (which must be some flavor of `libcxx/utils/ssh.py` must treat escapes differently.

Could you work with us on transitioning your build bot over to BuildKite so we run it as pre-commit? This is our supported way of doing CI now and it has the benefit that we see problems before the happen, not after.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144640



More information about the libcxx-commits mailing list