This is an archive of the discontinued LLVM Phabricator instance.

Use git to checkout code instead of svn
ClosedPublic

Authored by XiaodongLoong on Apr 14 2022, 7:24 AM.

Details

Summary

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.

Diff Detail

Event Timeline

XiaodongLoong created this revision.Apr 14 2022, 7:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 7:24 AM
XiaodongLoong requested review of this revision.Apr 14 2022, 7:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 7:24 AM
sammccall accepted this revision.Apr 14 2022, 7:28 AM

This looks reasonable to me, thanks! I'm not very familiar with this code but the svn version is definitely busted now.

(Please upload diffs with full context (-U99999) to make it possible to browse the whole file)

This revision is now accepted and ready to land.Apr 14 2022, 7:28 AM
This revision was landed with ongoing or failed builds.Apr 14 2022, 6:41 PM
This revision was automatically updated to reflect the committed changes.

(Please upload diffs with full context (-U99999) to make it possible to browse the whole file)

OK, Thank you for your guidance. I'll do it.