[libcxx-commits] [libcxx] b45d681 - [libc++] Update the label for FreeBSD in CI to version 15.1 (#205417)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 9 09:02:42 PDT 2026


Author: aokblast
Date: 2026-07-09T12:02:37-04:00
New Revision: b45d68108a585507789aa26b9e2808d68386dfca

URL: https://github.com/llvm/llvm-project/commit/b45d68108a585507789aa26b9e2808d68386dfca
DIFF: https://github.com/llvm/llvm-project/commit/b45d68108a585507789aa26b9e2808d68386dfca.diff

LOG: [libc++] Update the label for FreeBSD in CI to version 15.1 (#205417)

The FreeBSD libc++ CI has been bumped to the new FreeBSD release. The
remaining task to do is to bump the description in CI yaml file.

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index d4107cf11ad51..ed1b4b5f57be1 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -141,7 +141,7 @@ steps:
 
 - group: ':freebsd: FreeBSD'
   steps:
-  - label: FreeBSD 13 amd64
+  - label: FreeBSD 15.1 amd64
     command: libcxx/utils/ci/run-buildbot generic-cxx26
     env:
       CC: clang21


        


More information about the libcxx-commits mailing list