[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:27:36 PDT 2022
sammccall added a comment.
In D120826#3389122 <https://reviews.llvm.org/D120826#3389122>, @sammccall wrote:
> Do you happen to know which tools specifically are too old in debian8, and/or if 11 is the earliest release that satisfies them?
Sorry, I wasn't reading carefully enough.
Requirements are currently CMake 3.13.4, GCC 5.1.0
debian8 provides CMake 3.6.2 (backports), GCC 4.9.2
debian9 provides CMake 3.16.3 (backports), GCC 6.3.0
So I think switching to debian9 should work and may be preferable to 11 for producing portable binaries.
Do you have a reason to prefer the newer version? (I'm still going to find out if 11 is acceptable)
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