[libcxx-commits] [libcxx] [libc++] Switch FreeBSD CI job to Clang 16 (PR #65422)
Ed Maste via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 5 16:28:01 PDT 2023
https://github.com/emaste created https://github.com/llvm/llvm-project/pull/65422:
libc++ will drop support for Clang 15 before long.
>From e01b31713640fecfc78bb459751db2ea0e3c989d Mon Sep 17 00:00:00 2001
From: Ed Maste <emaste at FreeBSD.org>
Date: Tue, 5 Sep 2023 19:24:24 -0400
Subject: [PATCH] [libc++] Switch FreeBSD CI job to Clang 16
libc++ will drop support for Clang 15 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 656df843494555..175998dab7a365 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -1119,8 +1119,8 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
env:
- CC: "clang15"
- CXX: "clang++15"
+ CC: "clang16"
+ CXX: "clang++16"
ENABLE_STD_MODULES: "Off"
agents:
queue: "libcxx-builders"
More information about the libcxx-commits
mailing list