[roll] Roll third_party/fuchsia-infra-bazel-rules [testing] Add TEST_UNDECLARED_OUTPUTS_DIR_OVERRIDE Allow TEST_UNDECLARED_OUTPUTS_DIR to be overridden. This functionality is typically provided natively by bazel tests but is broken in pigweed infra since `zip` isn't available on PATH in that environment. Original-Bug: 362990622 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1110434 Original-Revision: aec1ea460b49f795931e624537812050632a308e Roller-URL: https://ci.chromium.org/b/8738248269195448465 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I092a532656edca99b4b772bd6cc28b3d34e1bc97 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1110189 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.