[all-commits] [llvm/llvm-project] ca04b4: [libc++][CI] Increases the Clang version used.

mordante via All-commits all-commits at lists.llvm.org
Sat Aug 27 04:42:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca04b49597ccf137da9dfcbb1844d2e8b6a83c07
      https://github.com/llvm/llvm-project/commit/ca04b49597ccf137da9dfcbb1844d2e8b6a83c07
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-08-27 (Sat, 27 Aug 2022)

  Changed paths:
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++][CI] Increases the Clang version used.

Changes the CI to use the Clang 16 nightly builds instead of Clang 14.
(The libc++15 branch was accidentally build using Clang 14 instead of
Clang 15; hence the skipping of a number.)

Also adds a Clang 15 build to the test matrix.

Based on the private discussion with @ldionne we decided to move
the configuration parameters from the `run-buildbot` script to the
CI configuration `buildkite-pipeline.yml`. Other hard-coded values
from the Dockerfile should be move to the CI configuration too. That
will be done in another commit.

C++17 will use Clang-15 since D131479 causes a test to fail.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D131174




More information about the All-commits mailing list