[PATCH] D123795: Use git to checkout code instead of svn

Xiaodong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 07:24:27 PDT 2022


XiaodongLoong created this revision.
XiaodongLoong added reviewers: sammccall, benshi001.
Herald added a project: All.
XiaodongLoong requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

When I run llvm/utils/docker/build_docker_image.sh script to build clang
with Dockerfile. I met an error that I cannot checkout code by svn. So I
use git to checkout code from Github instead of svn.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123795

Files:
  llvm/utils/docker/build_docker_image.sh
  llvm/utils/docker/debian10/Dockerfile
  llvm/utils/docker/nvidia-cuda/Dockerfile
  llvm/utils/docker/scripts/checkout.sh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123795.422853.patch
Type: text/x-patch
Size: 8367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/ae7cc265/attachment.bin>


More information about the llvm-commits mailing list