[all-commits] [llvm/llvm-project] 9580f9: [Dockerfile] Upgrade debian base image to version 10
Xiaodong Liu via All-commits
all-commits at lists.llvm.org
Wed Mar 23 08:32:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9580f954888f593631a2bd4e7bb8ded1eb15700b
https://github.com/llvm/llvm-project/commit/9580f954888f593631a2bd4e7bb8ded1eb15700b
Author: Xiaodong Liu <liuxiaodong at loongson.cn>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M llvm/docs/Docker.rst
M llvm/utils/docker/build_docker_image.sh
A llvm/utils/docker/debian10/Dockerfile
R llvm/utils/docker/debian8/Dockerfile
Log Message:
-----------
[Dockerfile] Upgrade debian base image to version 10
Debian8 is too old to build LLVM project, the version
of GCC, CMake and python are lower than the requirements:
https://llvm.org/docs/GettingStarted.html#software
Debian10 is the earliest release that has software
packages that meet the above requirements.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D120826
More information about the All-commits
mailing list