[libcxx-commits] [libcxx] [libc++] Switch FreeBSD CI job to Clang 17 (PR #86320)

Ed Maste via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 22 11:07:34 PDT 2024


https://github.com/emaste created https://github.com/llvm/llvm-project/pull/86320

libc++ will drop support for Clang 16 before long.

>From fb2e11e0d011f59c38a413b275d06deb1df21db0 Mon Sep 17 00:00:00 2001
From: Ed Maste <emaste at FreeBSD.org>
Date: Fri, 22 Mar 2024 14:06:04 -0400
Subject: [PATCH] [libc++] Switch FreeBSD CI job to Clang 17

libc++ will drop support for Clang 16 before long.
---
 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 e42262620d5fb0..31e794e67d330d 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -209,8 +209,8 @@ steps:
   - label: FreeBSD 13 amd64
     command: libcxx/utils/ci/run-buildbot generic-cxx23
     env:
-      CC: clang16
-      CXX: clang++16
+      CC: clang17
+      CXX: clang++17
     agents:
       queue: libcxx-builders
       os: freebsd



More information about the libcxx-commits mailing list