[PATCH] D120826: [Dockerfile] Upgrade debian base image to version 11
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 06:20:12 PDT 2022
sammccall added a comment.
In D120826#3392144 <https://reviews.llvm.org/D120826#3392144>, @XiaodongLoong wrote:
> @sammccall @thieta
> The python version of debian9 is 3.5, which can not meet the current (>=3.6) requirements.
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.
> Originally I chose debain11, because I thought it might meet the requirements of compiling LLVM for a long time.
I think it's worthwhile to upgrade to the minimum required version, at the cost of upgrading in more frequent smaller steps.
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