| commit | 7140f684a5b865f46434482fe6a7ca278c48e02f | [log] [tgz] |
|---|---|---|
| author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Tue Jul 29 17:14:22 2025 -0700 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 29 17:14:22 2025 -0700 |
| tree | 2599ab2d5ec952627bf5e31ab6199e57568915e4 | |
| parent | f58ca612a147d3f4cc2bfdcd8308eacff04cf3fc [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-cas-cipd packages to git_revision:f2aee64d8d98e4fe969d433785e969f3effe90c6 infra/tools/luci/cas/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci/cas/linux-amd64/+/git_revision:f2aee64d8d98e4fe969d433785e969f3effe90c6 From: None To: git_revision:f2aee64d8d98e4fe969d433785e969f3effe90c6 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1333984 Original-Revision: 5ff6dbb939fc29a5645a2fe54eddbb0d5ff6e392 Roller-URL: https://cr-buildbucket.appspot.com/build/8707966026443538785 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ie79a61cdf33e9d024e4b03f8574f22e144c76282 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1333561 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