Skip to content

Commit 5bf8de8

Browse files
committed
[libc++][CI] Upgrades to LLVM 18 as HEAD version.
Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D156922
1 parent fcad2bb commit 5bf8de8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ env:
2626
# LLVM POST-BRANCH bump version
2727
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
2828
# LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15"
29-
LLVM_STABLE_VERSION: "16"
30-
LLVM_HEAD_VERSION: "17"
29+
LLVM_STABLE_VERSION: "16" # Used for tooling, update after the RELEASE.
30+
LLVM_HEAD_VERSION: "18" # Used compiler, update POST-BRANCH.
3131
GCC_STABLE_VERSION: "12"
3232
steps:
3333
#
@@ -335,6 +335,24 @@ steps:
335335
limit: 2
336336
timeout_in_minutes: 120
337337

338+
- label: "Clang 17"
339+
command: "libcxx/utils/ci/run-buildbot generic-cxx23"
340+
artifact_paths:
341+
- "**/test-results.xml"
342+
- "**/*.abilist"
343+
env:
344+
CC: "clang-17"
345+
CXX: "clang++-17"
346+
ENABLE_CLANG_TIDY: "On"
347+
agents:
348+
queue: "libcxx-builders"
349+
os: "linux"
350+
retry:
351+
automatic:
352+
- exit_status: -1 # Agent was lost
353+
limit: 2
354+
timeout_in_minutes: 120
355+
338356
# Tests with the sanitizers.
339357
- group: "Sanitizers"
340358
steps:

0 commit comments

Comments
 (0)