| commit | c482410d695afa9e15e698efea78fdf6682043a0 | [log] [tgz] |
|---|---|---|
| author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Fri Oct 17 01:42:24 2025 -0700 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 17 01:42:24 2025 -0700 |
| tree | be09a692cd26b4c8cc5a20aafdd0b61d95aca0e6 | |
| parent | 8305fca3de32ff64178c94c5854cff91542d961d [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-luci_auth-cipd packages to git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/linux-amd64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/linux-arm64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/linux-arm64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/mac-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/mac-amd64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/mac-arm64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/mac-arm64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/windows-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/windows-amd64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e infra/tools/luci-auth/windows-arm64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci-auth/windows-arm64/+/git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e From: None To: git_revision:7934030c3e0a042fea9c6a0cb3d7f3612cc84b6e Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1395883 Original-Revision: 726a32e0536bbfd393a306ac9cd55cb7bd0dd67b Roller-URL: https://cr-buildbucket.appspot.com/build/8700776895632009777 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I78cb507fc2f8117d6d40629f0ec061bedf3c303b Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1395885 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