[libcxx-commits] [PATCH] D94909: [libc++][VE] Support futex system call on VE
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 8 05:17:34 PST 2021
ldionne added a comment.
In D94909#3179067 <https://reviews.llvm.org/D94909#3179067>, @kaz7 wrote:
> In D94909#3178020 <https://reviews.llvm.org/D94909#3178020>, @ldionne wrote:
>
>> Also, are you able to provide a builder that would run CI on VE?
>
> Yes. We have CI at https://lab.llvm.org/buildbot/#/builders/91. It runs builtin's tests at the moment. We will run libcxxabi tests, libcxx tests, and more soon.
Libc++ uses pre-commit CI using BuildKite, as documented here: https://libcxx.llvm.org/AddingNewCIJobs.html#adding-new-ci-jobs
Can you please join our Discord Channel (https://discord.gg/jzUbyP26tQ) and reach out to me (@ldionne) there? I'll help you set it up, it's really simple. If you want, the same host will be able to run both pre-commit CI using BuildKite and the BuildBot setup, although I would recommend just running BuildKite since that's the only thing we look at.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94909/new/
https://reviews.llvm.org/D94909
More information about the libcxx-commits
mailing list