[PATCH] D120826: [Dockerfile] Upgrade debian base image to version 11
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 06:05:13 PDT 2022
sammccall added a comment.
Thanks!
I know there were google-internal users of this, I'm trying to find out if moving from 8 to 11 is okay for them.
There might be a reason to keep the minimal version that works (e.g. 9 or 10 as opposed to the "current" debian stable version). An older build environment generally produces more portable binaries.
I think we shouldn't keep multiple versions around if the docker8 version isn't useful/used, it just creates maintenance burden.
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