| commit | b36aed9c0069ea0e04e98b903cfb3805644ceab6 | [log] [tgz] |
|---|---|---|
| author | Darren Chan <chandarren@fuchsia.infra.roller.google.com> | Thu Aug 29 20:28:44 2024 +0000 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 20:28:44 2024 +0000 |
| tree | 3eba3a718c0edd1719682250bd093b6743205c0b | |
| parent | 286f9149e1c6c60ccb61141c0ad1f9579b6a51d2 [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [testing] Nest TEST_UNDECLARED_OUTPUTS_DIR. Subdir each test group's TEST_UNDECLARED_OUTPUTS_DIR when testing in aggregate. This will prevent test groups from overwriting each others test outputs. Original-Bug: 362990622 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1110492 Original-Revision: cfaf42aadaf29a3bc37f86a04053d9c1f72e04fe Roller-URL: https://ci.chromium.org/b/8738240405484317969 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ica16edc03c3c4c2704678b8dd247d828887f4c88 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1110324 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.