[PATCH] D120826: [Dockerfile] Upgrade debian base image to version 11
Xiaodong Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 05:50:21 PDT 2022
XiaodongLoong added a comment.
@sammccall @thieta
The python version of debian9 is 3.5, which can not meet the current (>=3.6) requirements.
Originally I chose debain11, because I thought it might meet the requirements of compiling LLVM for a long time.
The earliest release that satisfies the requirements is debian10. I can upgrade the base image to debian10, too.
Thanks!
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