Parent
#421
What to build
Replace aws_sdk_vendor's ExternalProject_Add live git clone of aws-sdk-cpp/aws-crt-cpp with a flattened, plain-committed source tree (pinned 1.11.600) — not a git submodule (bloom's release snapshot does not reliably preserve submodule content). Build switches from a network-fetching ExternalProject to a local in-tree source build. Measure and report build time under --network none.
Acceptance criteria
Blocked by
Parent
#421
What to build
Replace
aws_sdk_vendor'sExternalProject_Addlivegit cloneofaws-sdk-cpp/aws-crt-cppwith a flattened, plain-committed source tree (pinned1.11.600) — not a git submodule (bloom's release snapshot does not reliably preserve submodule content). Build switches from a network-fetchingExternalProjectto a local in-tree source build. Measure and report build time under--network none.Acceptance criteria
aws_sdk_vendor/CMakeLists.txtno longer performs any network fetch (nogit clone)aws_sdk_vendor--network nonemeasured and reported in the PR description (compare against the ~20-minute network-included baseline documented intools/e2e/Containerfile/tools/e2e: aws-sdk-cpp clone pulls unneeded submodules + full workspace layer invalidates on every source change #271 — informational, no hard pass/fail threshold since the buildfarm's actual job timeout isn't publicly discoverable)Blocked by