-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support optional image downloading with CAS in fetch-cvd #813
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see how HardlinkRecursively
is going to be used before approving it. Please create a single PR with several commits: one for adding the function and as many as you need for the actual functionality you're trying to implement.
My concern with HardlinkRecursively
is that it seems to be trying to implement "hardlink for directories", which most of the time can be done by just using a symbolic link.
71c3f8d
to
44209a5
Compare
2f3dde2
to
e40dfb3
Compare
@jemoreira, as suggested, added 2 more commits to the PR and that should be all for CAS downloading support in cvd. |
Don't do "merge commits", rebase the |
afdef99
to
08206a9
Compare
349cc22
to
d4987be
Compare
base/cvd/cuttlefish/host/commands/cvd/unittests/fetch/fetch_cvd_parser_test.cpp
Outdated
Show resolved
Hide resolved
Also: fixed a memory leak in IsDirectoryEmpty.
Update android_build_api/caching_build_api to support downloading device images using CAS.
The support of CAS downloading is optional and can be enable with command line arguments.
d4987be
to
90ee21f
Compare
No description provided.