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

Jessica Clarke via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 16 06:05:07 PST 2022


jrtc27 added inline comments.


================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:839
+      - "**/test-results.xml"
+      - "**/*.abilist"
+    agents:
----------------
You'll need CC/CXX to be clang(++)-14 or higher here like the other generic-cxx2b jobs now that the default moved out of run-buildbot as of ca04b49597ccf137da9dfcbb1844d2e8b6a83c07


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