File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 26
26
# LLVM POST-BRANCH bump version
27
27
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
28
28
# 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.
31
31
GCC_STABLE_VERSION : " 12"
32
32
steps :
33
33
#
@@ -335,6 +335,24 @@ steps:
335
335
limit : 2
336
336
timeout_in_minutes : 120
337
337
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
+
338
356
# Tests with the sanitizers.
339
357
- group : " Sanitizers"
340
358
steps :
You can’t perform that action at this time.
0 commit comments