[libcxx-commits] [PATCH] D131174: [libc++][CI] Increases the Clang version used.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 8 11:44:10 PDT 2022


Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 450500.
Mordante added a comment.
Mordante updated this revision to Diff 450532.
Mordante updated this revision to Diff 450540.
Mordante updated this revision to Diff 450563.
Mordante edited the summary of this revision.
Mordante added a reviewer: ldionne.
Mordante published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Retry CI with new Docker image.


Mordante added a comment.

Fixes CI.


Mordante added a comment.

Attempts to fix the CI.


Mordante added a comment.

Another attempt to fix the CI.


Changes the CI to use the Clang 15 nightly builds instead of Clang 14.

This sets the default compiler in the CI file and changes or unsets it when needed. An alternative approach would be to define the proper compiler in every step and define the default version globally.

Note this should switch to Clang 16 after D131324 <https://reviews.llvm.org/D131324>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131174

Files:
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131174.450563.patch
Type: text/x-patch
Size: 3046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220808/3cf07a68/attachment-0001.bin>


More information about the libcxx-commits mailing list