commit | d2ce6a072a2a9e556ace3052eafec2de7c98ec78 | [log] [tgz] |
---|---|---|
author | Jerry Belton <jcecil@google.com> | Wed Sep 25 17:47:17 2024 +0000 |
committer | Jerry Belton <jcecil@google.com> | Wed Sep 25 17:47:17 2024 +0000 |
tree | 128848aed10066d98a54f6d7c9893e426bda0d57 | |
parent | a36e1dd01ab9850cee47e7617ef5810fe85aa4b8 [diff] |
[bazel] Add rules_python / rules_license dependencies as submodules Bug: 364315816 Change-Id: Ia5a98ecffb6b6b1ef5574a20758b3b6545e8fe3b Reviewed-on: https://fuchsia-review.googlesource.com/c/template/driver/+/1123726 Reviewed-by: Chase Latta <chaselatta@google.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>