[all-commits] [llvm/llvm-project] 4761a7: [libc++][CI] Updates and improves the Docker image.
mordante via All-commits
all-commits at lists.llvm.org
Wed Aug 17 08:48:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4761a74fd8ebb51e2cc70c5e54ca0f18f4525a99
https://github.com/llvm/llvm-project/commit/4761a74fd8ebb51e2cc70c5e54ca0f18f4525a99
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M libcxx/utils/ci/Dockerfile
Log Message:
-----------
[libc++][CI] Updates and improves the Docker image.
Since we branched LLVM install Clang 16 and remove Clang 12.
Currently our Docker installs 4 versions of Clang so our CI can use the
same image for both the main and the release branch. This wasn't done for
the other Clang tools so they always use the same version for testing
the main and the release branch. Instead install 2 versions for the
tools.
However it seems the default for Clang and its tools were the latest
released version instead of the ToT. To lessen the risk of breaking the
release CI, version 14 is installed hard-coded as a temporary solution.
Updating the main branch to use the Clang 16 compiler will be done in a
separate patch.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D131324
More information about the All-commits
mailing list