| commit | 74be37ce66994032fe952f59173f85cbb3012de0 | [log] [tgz] |
|---|---|---|
| author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Mon May 19 12:09:21 2025 -0700 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 19 12:09:21 2025 -0700 |
| tree | 5018aa3b18042126b011b20b0e95a839cb0baf77 | |
| parent | f97e0d39c014028aac105191ab45f8ac95f0262e [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules 003b76f..a49c2f0 (3 commits) a49c2f0:https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1280120 [roll] Roll third_party/googletest Add UnpackStructImpl specialization for 23 struct members. 74a940f:https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1280135 [roll] Roll fuchsia-infra-bazel-rules-bazel_sdk-cipd packages to version:28.20250519.4.1 8bcf4b6:https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1280128 [roll] Roll third_party/googletest Use static_cast instead of ImplicitCast_ for character conversions Roller-URL: https://cr-buildbucket.appspot.com/build/8714418053276669937 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I5e5500190cc5688f87b4daa910cf8f723649f936 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1280143 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