[libcxx-commits] [libcxx] [DRAFT][libc++] Switch FreeBSD to C++26 (PR #86658)

Ed Maste via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 26 08:12:12 PDT 2024


https://github.com/emaste updated https://github.com/llvm/llvm-project/pull/86658

>From 8d614a304357e91b1654875f029a70217fc74be1 Mon Sep 17 00:00:00 2001
From: Ed Maste <emaste at FreeBSD.org>
Date: Tue, 26 Mar 2024 08:34:40 -0400
Subject: [PATCH] [libc++] Switch FreeBSD buildkite CI job to C++26

---
 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 31e794e67d330d..c43e414418729a 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -207,7 +207,7 @@ steps:
 - group: ':freebsd: FreeBSD'
   steps:
   - label: FreeBSD 13 amd64
-    command: libcxx/utils/ci/run-buildbot generic-cxx23
+    command: libcxx/utils/ci/run-buildbot generic-cxx26
     env:
       CC: clang17
       CXX: clang++17



More information about the libcxx-commits mailing list