[libcxx-commits] [libcxx] [libc++] Bump the FreeBSD builder to Clang 20 (PR #162564)
Ed Maste via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 8 15:53:01 PDT 2025
https://github.com/emaste created https://github.com/llvm/llvm-project/pull/162564
None
>From 9a4a474758b56a2a473b542f426abacfcb1e14fa Mon Sep 17 00:00:00 2001
From: Ed Maste <emaste at FreeBSD.org>
Date: Wed, 8 Oct 2025 18:49:59 -0400
Subject: [PATCH] [libc++] Bump the FreeBSD builder to Clang 20
---
libcxx/utils/ci/buildkite-pipeline.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 3f3e6b466c9ce..2ac69c38ebffa 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -120,8 +120,8 @@ steps:
- label: FreeBSD 13 amd64
command: libcxx/utils/ci/run-buildbot generic-cxx26
env:
- CC: clang19
- CXX: clang++19
+ CC: clang20
+ CXX: clang++20
agents:
queue: libcxx-builders
os: freebsd
More information about the libcxx-commits
mailing list