[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 23 05:10:20 PDT 2022


XiaodongLoong added a comment.

In D120826#3399374 <https://reviews.llvm.org/D120826#3399374>, @sammccall wrote:

> 3.16 for debian9 is available in stretch-backports <https://backports.debian.org/Instructions/>, will that work for this purpose?
> If not debian10 does sound like the best we can do.

I add the following item in sources.list.

  deb http://deb.debian.org/debian stretch-backports main

Then I run the command blow and get the python version.

  $ apt-get update && apt list python3
  ...
  python3/oldoldstable 3.5.3-1 amd64

So I think python 3.6 for debian9 is not available in stretch-backports.

In the view of this, debian10 is the best version we can do. Then I will update the patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120826/new/

https://reviews.llvm.org/D120826



More information about the llvm-commits mailing list