[libcxx-commits] [PATCH] D143483: [libc++][CI] Starts using Clang 17.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 15 07:56:53 PST 2023
Mordante updated this revision to Diff 497680.
Mordante marked an inline comment as done.
Mordante added a comment.
Try to fix CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143483/new/
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:
#
@@ -56,7 +56,9 @@
env:
CC: "clang-${LLVM_HEAD_VERSION}"
CXX: "clang++-${LLVM_HEAD_VERSION}"
- CLANG_FORMAT: "clang-format-${LLVM_STABLE_VERSION}"
+ # TODO ENABLE
+ # CLANG_FORMAT: "/usr/bin/clang-format-${LLVM_STABLE_VERSION}"
+ CLANG_FORMAT: "clang-format-15"
agents:
queue: "libcxx-builders"
os: "linux"
@@ -254,14 +256,14 @@
limit: 2
timeout_in_minutes: 120
- - label: "Clang 14"
+ - label: "Clang 15"
command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
artifact_paths:
- "**/test-results.xml"
- "**/*.abilist"
env:
- CC: "clang-14"
- CXX: "clang++-14"
+ CC: "clang-15"
+ CXX: "clang++-15"
agents:
queue: "libcxx-builders"
os: "linux"
@@ -271,14 +273,14 @@
limit: 2
timeout_in_minutes: 120
- - label: "Clang 15"
+ - label: "Clang 16"
command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
artifact_paths:
- "**/test-results.xml"
- "**/*.abilist"
env:
- CC: "clang-15"
- CXX: "clang++-15"
+ CC: "clang-16"
+ CXX: "clang++-16"
agents:
queue: "libcxx-builders"
os: "linux"
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.497680.patch
Type: text/x-patch
Size: 2106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230215/9aa90e23/attachment.bin>
More information about the libcxx-commits
mailing list