commit | b998c49091e44da8cae3f93df32fa3fcc0cc2a96 | [log] [tgz] |
---|---|---|
author | Abseil Team <absl-team@fuchsia.infra.roller.fuchsia.infra.roller.google.com> | Tue Jul 16 00:13:05 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 00:13:05 2024 +0000 |
tree | ac3d0df59abb14bd5d6965c727509c7ca5f49745 | |
parent | 700d1be51a5831ee8e13b23ce5abc792a202c85f [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll third_party/googletest Use matcher's description in AllOf if matcher has no explanation. PiperOrigin-RevId: 652634229 Original-Revision: 417158b8bca158426cbdc0c547fdd7d9fbd46904 Roller-URL: https://ci.chromium.org/b/8742302935067124657 CQ-Do-Not-Cancel-Tryjobs: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1081663 Original-Revision: b0adaaa95493aba8eee612af3233d4ab86a3e7a8 Roller-URL: https://ci.chromium.org/b/8742302319703655617 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I3c32e878ac049caf6184b4a2aa8ef72be87c3456 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1081666 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
This repository is a based on a template repository which will be adopted automatically by OOT driver repositories.
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/rtc/nxp/pcf8563
Change to that directory:
cd pcf8563
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.
The Fuchsia driver package can be built locally with:
tools/bazel build src/drivers/pcf8563:pkg
Run the full test-suite with:
tools/bazel test :tests_qemu
Run only the pcf8563 driver tests with:
tools/bazel test src/drivers/pcf8563:test_x64