| commit | 51b028e7967a6ab67927e5c9fb27b7cbda2a1aee | [log] [tgz] |
|---|---|---|
| author | Derek Mauro <dmauro@fuchsia.infra.roller.fuchsia.infra.roller.google.com> | Tue Sep 16 11:19:46 2025 -0700 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 16 11:19:46 2025 -0700 |
| tree | 424290c3b7efb6b234890d85d3bf35caf2f7047a | |
| parent | 645b92fbfe811af12d111eb8f837bb0c1dd4c1ba [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll third_party/googletest Use an internal symbol for deprecate-and-inline that allows the use of a deprecation message PiperOrigin-RevId: 807753856 Original-Revision: 0934b7e112354d609133d2c5f973c402c9efc9b9 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1369699 Original-Revision: d6777685ae85b4b4043de6c3b4fe39689b6eb25a Roller-URL: https://cr-buildbucket.appspot.com/build/8703549607654179729 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I073142b1234c6f83d2742c541073d45c04f3af97 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1369702 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
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