[libcxx-commits] [PATCH] D138680: [libc++] Remove Solaris related code
Jonathan Perkin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 14 07:12:37 PST 2022
jperkin added a comment.
In D138680#3995055 <https://reviews.llvm.org/D138680#3995055>, @ldionne wrote:
>> Unfortunately, that subproject uses buildkite, yet another buildbot besides LLVM's buildbot (and Golang's builder), which isn't even ported to Solaris (and won't build last time I tried).
>
> If there is truly a desire to set up a CI bot and the only blocker is that `buildkite-agent` doesn't work on Solaris (is that really the situation?), we can work together to find ways around that.
FWIW buildkite builds fine on illumos with a very small patch (I'll look separately at fixing that properly):
$ uname -rsv
SunOS 5.11 joyent_20220728T031731Z
$ /buildkite-agent -v
buildkite-agent version 3.41.0, build x
We can either run an agent at MNX or @jclulow may have something appropriate in the illumos.org infrastructure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138680/new/
https://reviews.llvm.org/D138680
More information about the libcxx-commits
mailing list