[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 22 10:32:05 PST 2023


Mordante added a comment.

In D128084#4072034 <https://reviews.llvm.org/D128084#4072034>, @emaste wrote:

> I've been using D140050 <https://reviews.llvm.org/D140050> as a scratch-pad to iterate on testing (in an attempt to avoid spamming everyone on the subscriber list here) and will keep it updated regularly until this lands. I did submit many runs with an additional change that removed the other, non-FreeBSD CI targets to speed iteration and avoid unnecessary CI cycles.

Thanks. I just wanted to make sure the test was up-to-date. I noticed some of the `std::format` tests fail and I added several new parts of `std::format` last week.

> Once this is in I will have to keep an eye on the load on the CI runner to make sure it's sufficient for the volume of CI runs.

Great! I already had a look and the last run took 39 minutes which is slightly more than Apple at 33 minutes. However there are more Apple jobs than runners. So I expect FreeBSD not to be the slowest runner.


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

https://reviews.llvm.org/D128084



More information about the libcxx-commits mailing list