[libcxx-commits] [PATCH] D158584: [libc++] Fix GNU/Hurd build

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 25 09:36:50 PDT 2023


Mordante added a comment.

In D158584#4611806 <https://reviews.llvm.org/D158584#4611806>, @sthibaul wrote:

>> Another question in general libc++ likes to have a pre-commit CI (https://buildkite.com/llvm-project) for all platforms we support. Would it be possible to provide a CI runner for GNU/Hurd?
>
> If we can, sure. What technology is used for that? Is that buildbot https://lab.llvm.org/buildbot/#/builders ? How much load would that give?

At the moment we use  Buildkite <https://libcxx.llvm.org/AddingNewCIJobs.html> @ldionne can give you a BuildKite Agent token. The advantage is we can officially support GNU/Hurd. In general we prefer to validate patches in the CI, especially when larger changes are needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158584



More information about the libcxx-commits mailing list