Skip to content
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

Introduce --guest-builds-dir and --guest-cache-dir #63

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

edigaryev
Copy link
Contributor

Resolves #60.

@edigaryev edigaryev requested a review from fkorotkov February 16, 2024 15:16
README.md Outdated
Comment on lines 148 to 151
| `--builds-dir` | | Path to a directory on host to use for storing builds |
| `--cache-dir` | | Path to a directory on host to use for caching purposes |
| `--guest-builds-dir` | | Path to a directory in guest to use for storing builds |
| `--guest-cache-dir` | | Path to a directory in guest to use for caching purposes |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From reading this documentation it's not clear to me why we need --guest-* and how to set it. They are only useful when we mount a disk or a block device, right?

These options seems to mutual exclusive and both use cases should be explained.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improved in 58dcd76.

@edigaryev edigaryev requested a review from fkorotkov February 19, 2024 09:02
@edigaryev edigaryev merged commit 921eca7 into main Feb 19, 2024
1 check passed
@edigaryev edigaryev deleted the guest-builds-cache-dir branch February 19, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for block devices as builds/cache dirs
2 participants