From 362746b5a43867b149db9bdcb4cc0c0e7b88dfea Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Tue, 23 Feb 2021 11:00:34 -0800 Subject: [PATCH 1/3] Update workflow doc to include a rough disk size minimum requirement --- docs/workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/README.md b/docs/workflow/README.md index 4e0b0dd3b54f23..264250daec7aa4 100644 --- a/docs/workflow/README.md +++ b/docs/workflow/README.md @@ -12,7 +12,7 @@ The repo can be built for the following platforms, using the provided setup and | ARM64 | ✔ | ✔ | | | | | [Requirements](requirements/windows-requirements.md) | [Requirements](requirements/linux-requirements.md) | [Requirements](requirements/macos-requirements.md) | [Requirements](requirements/freebsd-requirements.md) -Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work. +Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work. Additionally, keep in mind that cloning the full history of this repo takes roughly 400-500 MB of disk space space and network transfer, and that a full build can consume somewhere between 10-15 GB of space. This might increase over time, so consider this to be a minimum bar for working with this codebase. ## Concepts From bfa914790fc470c9aa2c0bdba32cc304b9af81fc Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Tue, 23 Feb 2021 11:07:23 -0800 Subject: [PATCH 2/3] Update README.md --- docs/workflow/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/workflow/README.md b/docs/workflow/README.md index 264250daec7aa4..cb5fc02fa85332 100644 --- a/docs/workflow/README.md +++ b/docs/workflow/README.md @@ -12,7 +12,9 @@ The repo can be built for the following platforms, using the provided setup and | ARM64 | ✔ | ✔ | | | | | [Requirements](requirements/windows-requirements.md) | [Requirements](requirements/linux-requirements.md) | [Requirements](requirements/macos-requirements.md) | [Requirements](requirements/freebsd-requirements.md) -Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work. Additionally, keep in mind that cloning the full history of this repo takes roughly 400-500 MB of disk space space and network transfer, and that a full build can consume somewhere between 10-15 GB of space. This might increase over time, so consider this to be a minimum bar for working with this codebase. +Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work. + +Additionally, keep in mind that cloning the full history of this repo takes roughly 400-500 MB of disk space space and network transfer. A build of the repo can take somewhere between 10 and 20 GB of space for a single OS and Platform configuration depending on the portions of the product built. This might increase over time, so consider this to be a minimum bar for working with this codebase. ## Concepts From 6f93c31a98b5050d4928308424f691e102d7f2c1 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Tue, 23 Feb 2021 11:09:28 -0800 Subject: [PATCH 3/3] Update README.md --- docs/workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/README.md b/docs/workflow/README.md index cb5fc02fa85332..980ef591f1ce7f 100644 --- a/docs/workflow/README.md +++ b/docs/workflow/README.md @@ -14,7 +14,7 @@ The repo can be built for the following platforms, using the provided setup and Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work. -Additionally, keep in mind that cloning the full history of this repo takes roughly 400-500 MB of disk space space and network transfer. A build of the repo can take somewhere between 10 and 20 GB of space for a single OS and Platform configuration depending on the portions of the product built. This might increase over time, so consider this to be a minimum bar for working with this codebase. +Additionally, keep in mind that cloning the full history of this repo takes roughly 400-500 MB of network transfer, inflating to a repository that can consume somewhere between 1 to 1.5 GB. A build of the repo can take somewhere between 10 and 20 GB of space for a single OS and Platform configuration depending on the portions of the product built. This might increase over time, so consider this to be a minimum bar for working with this codebase. ## Concepts