commit | 4cecfe3c0cb632fe19dbdee1bb0a62cd9a3a8daf | [log] [tgz] |
---|---|---|
author | Derek Mauro <dmauro@fuchsia.infra.roller.google.com> | Fri Jul 12 18:09:17 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 12 18:09:17 2024 +0000 |
tree | a14b3fac1b87aad338a6d820e0251ce701fc5772 | |
parent | 9d0a77fb21347bac92fb046e160f38913337a583 [diff] |
[roll] Roll third_party/googletest README.md: Remove outdated notes about continuous integration and documentation PiperOrigin-RevId: 651816538 Original-Revision: 4b21f1abddaf7d28388d7430bab69a81eccb1909 Roller-URL: https://ci.chromium.org/b/8742597978349518273 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ib63a1f393286c859097ce7915a8e8b31f88bd15c Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1080842 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.