[roll] Roll third_party/fuchsia-infra-bazel-rules [roller] Fix cas roller Don't have the roller try to resolve the latest version across all platforms of cas. It's likely that some released cas platforms are obsolete and don't have a LATEST ref that is compatible with the other platforms (or vice versa). Thus, roll the linux-amd64 variant specifically. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1148652 Original-Revision: 4fc7dcff0969b40ddac61ec239edeb67fa82bbf5 Roller-URL: https://cr-buildbucket.appspot.com/build/8732533052573283105 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I473929a9ec04731ba1fba1bf954641f939529bef Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1148583 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.