[PATCH] D120826: [Dockerfile] Upgrade debian base image to version 11

Xiaodong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 08:47:39 PST 2022


XiaodongLoong created this revision.
XiaodongLoong added reviewers: MaskRay, benshi001.
Herald added a project: All.
XiaodongLoong requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Debian 8 is too old to build LLVM project, the version
of GCC and CMake are lower than the requirements:
https://llvm.org/docs/GettingStarted.html#software

Debian 11 is the stable version with stable tag now and
it have software packages that compiling LLVM requires.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120826

Files:
  llvm/docs/Docker.rst
  llvm/utils/docker/build_docker_image.sh
  llvm/utils/docker/debian11/Dockerfile
  llvm/utils/docker/debian8/Dockerfile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120826.412441.patch
Type: text/x-patch
Size: 8962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/b7f5bd51/attachment.bin>


More information about the llvm-commits mailing list