| commit | 3272df7b0724ae81b419fe2c7f4e82b41cea2ffe | [log] [tgz] |
|---|---|---|
| author | Chase Latta <chaselatta@google.com> | Wed Dec 11 13:23:05 2024 -0800 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 13:23:05 2024 -0800 |
| tree | 7bda1a87ed317857984296c321476fd82d4051cd | |
| parent | 4d57442680349ce296202c18781f46bd1bc5ccfa [diff] |
update to use rules_fuchsia Change-Id: I32cce329198846eaaff9b96724ef6ee6276b4b89 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1172060 Fuchsia-Auto-Submit: Chase Latta <chaselatta@google.com> Reviewed-by: Darren Chan <chandarren@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Jiaming Li <lijiaming@google.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.