[roll] Roll third_party/fuchsia-infra-bazel-rules [cipd] Make cipd_repository.cipd_bin optional. Default this field to `@cipd_tool//:cipd` since this is what's preinitialized by `fuchsia_infra_workspace`. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1116318 Original-Revision: 060d02583ab29aec61b3ed4d28c9d1e65f724468 Roller-URL: https://ci.chromium.org/b/8737145949275862865 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I48eaa9c96f1714b4835bc9b4ba197574b2ac9150 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1116619 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
Change to that directory:
cd gpu
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.