[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:07 PDT 2026
https://github.com/aokblast created https://github.com/llvm/llvm-project/pull/205417
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.
>From c2a6fa7c98e3a7734d33ba23158f987ab88f866e Mon Sep 17 00:00:00 2001
From: ShengYi Hung <aokblast at FreeBSD.org>
Date: Wed, 24 Jun 2026 03:47:18 +0800
Subject: [PATCH] [libcxx][FreeBSD] Bump CI version to 15.1
---
libcxx/utils/ci/buildkite-pipeline.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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