[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll third_party/googletest Directly include `gmock.h` and `gtest.h` in gmock-matchers tests. These headers have been included through `gmock-matchers_test.h` PiperOrigin-RevId: 657612455 Original-Revision: ffa31aec1cbbe0d18398647c0bc3292b4af5efbf Roller-URL: https://ci.chromium.org/b/8740972771282419681 CQ-Do-Not-Cancel-Tryjobs: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1091373 Original-Revision: f961574a6bc7ababa889d35a0f1648f0bcddf214 Roller-URL: https://ci.chromium.org/b/8740972288371373393 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I71d03d752dbc4822267c167a411d4d7733a2f5fe Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1091434 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.