[libcxx-commits] [libcxx] [libcxx][FreeBSD] Bump CI version to 15.1 (PR #205417)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 23 12:53:46 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: aokblast
<details>
<summary>Changes</summary>
The FreeBSD libcxx CI has been bumped to the new FreeBSD release. The remaining task to do is to bump the description in CI yaml file.
---
Full diff: https://github.com/llvm/llvm-project/pull/205417.diff
1 Files Affected:
- (modified) libcxx/utils/ci/buildkite-pipeline.yml (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/205417
More information about the libcxx-commits
mailing list