[libcxx-commits] [PATCH] D110936: [libcxx][pretty printers] Report not being able to trace test program
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 1 07:39:29 PDT 2021
DavidSpickett added a comment.
I found this testing with the CI docker image. By default my docker doesn't give ptrace permissions to the container, `--cap-add=SYS_PTRACE` fixes that.
If you think having that capability for the existing CI machines is going to be an issue I can come up with a way to feature test this up front instead.
None of them get as far as running this test so it's hard to tell whether they already have it. I was manually building a focal based image that's how I got it to run.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110936/new/
https://reviews.llvm.org/D110936
More information about the libcxx-commits
mailing list