[utils] Use git to checkout code instead of svn in building docker imageReviewed By: sammccallDifferential Revision: https://reviews.llvm.org/D123795
[Dockerfile] Upgrade debian base image to version 10Debian8 is too old to build LLVM project, the versionof GCC, CMake and python are lower than the requirements:https://llvm.org/docs/GettingStar
[Dockerfile] Upgrade debian base image to version 10Debian8 is too old to build LLVM project, the versionof GCC, CMake and python are lower than the requirements:https://llvm.org/docs/GettingStarted.html#softwareDebian10 is the earliest release that has softwarepackages that meet the above requirements.Reviewed By: sammccallDifferential Revision: https://reviews.llvm.org/D120826
show more ...