[all-commits] [llvm/llvm-project] bb6073: [clang] Fix the pre-commit CI pipeline after chang...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Aug 23 19:22:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb6073c7e32b5062a6969242c6bd4fe859e2e5e0
https://github.com/llvm/llvm-project/commit/bb6073c7e32b5062a6969242c6bd4fe859e2e5e0
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M clang/utils/ci/run-buildbot
Log Message:
-----------
[clang] Fix the pre-commit CI pipeline after changes to libc++'s own CI pipeline
We made some changes to the libc++ CI pipeline that take for granted
that we're running on libc++'s own Docker images. This was necessary for
a temporary period until widely-used tools update to a version that can
handle C++20 modules.
However, this had the unintended consequence of breaking the Clang CI
pipeline, which used the libc++ CI scripts as an implementation detail.
Instead, decouple the Clang CI pipeline from the libc++ build scripts.
Differential Revision: https://reviews.llvm.org/D158690
More information about the All-commits
mailing list