[libcxx-commits] [PATCH] D143483: [libc++][CI] Starts using Clang 17.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 7 02:11:08 PST 2023
Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143483
Files:
libcxx/utils/ci/buildkite-pipeline-clang.yml
libcxx/utils/ci/buildkite-pipeline.yml
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -23,8 +23,8 @@
# Theses numbers are available in all runners, making it easier to update the
# version number.
env:
- LLVM_STABLE_VERSION: "15"
- LLVM_HEAD_VERSION: "16"
+ LLVM_STABLE_VERSION: "16"
+ LLVM_HEAD_VERSION: "17"
GCC_STABLE_VERSION: "12"
steps:
#
@@ -289,6 +289,23 @@
limit: 2
timeout_in_minutes: 120
+ - label: "Clang 16"
+ command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
+ artifact_paths:
+ - "**/test-results.xml"
+ - "**/*.abilist"
+ env:
+ CC: "clang-16"
+ CXX: "clang++-16"
+ agents:
+ queue: "libcxx-builders"
+ os: "linux"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+ timeout_in_minutes: 120
+
# Tests with the sanitizers.
- group: "Sanitizers"
steps:
Index: libcxx/utils/ci/buildkite-pipeline-clang.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline-clang.yml
+++ libcxx/utils/ci/buildkite-pipeline-clang.yml
@@ -14,7 +14,7 @@
# in various configurations.
#
env:
- LLVM_HEAD_VERSION: "16"
+ LLVM_HEAD_VERSION: "17"
steps:
- label: "Building clang"
commands:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143483.495437.patch
Type: text/x-patch
Size: 1420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230207/7647eec9/attachment.bin>
More information about the libcxx-commits
mailing list