commit | 1e94f891defd8fc8503cff4f786c497ec88bbb89 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Thu Feb 08 01:20:38 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 01:20:38 2024 +0000 |
tree | b3eaca374534419f6f5d0f084773221193bec102 | |
parent | ff0e7602cbde3eb8ce166689aeeb7870a22ce90c [diff] |
[roll] Update submodules Roller-URL: https://ci.chromium.org/b/8756702125863910737 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I179d50fcf5db3f2e9d85668d7550092f19677997 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/988015 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
<change_me: This repository is a template that we will use when creating new driver repositories for Fuchsia>.
Template repository is located in: https://fuchsia.googlesource.com/template/driver/
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/<change_me>
Change to that directory:
cd <change_me>
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.
Run the full test-suite with:
tools/bazel test :tests
Run only the <change_me> driver tests with:
tools/bazel test <change_me>:<fuchsia_unittest_package_name>