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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 14 15:20:54 PST 2022


philnik added a comment.

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

> Tried applying this change via D140050 <https://reviews.llvm.org/D140050> but the status reports "Waiting for agent 1h 13m"
> https://buildkite.com/llvm-project/libcxx-ci/builds/16012#01851280-1015-418c-a381-c88ae2623955
>
> Buildkite is running on my test worker configured with the token I've been provided. Looking to see what else needs to be configured

With what invocation are you running the buildkite agent? Looking at our Dockerfile you probably have to do something like `echo "tags=\"queue=libcxx-builders,arch=$(uname -m),os=freebsd\"" >> "/home/libcxx-builder/.buildkite-agent/buildkite-agent.cfg"`. (FYI for these kinds of questions the libc++ Discord channel might be easier)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128084



More information about the libcxx-commits mailing list