commit | 2765dcd6d49b1e3b2c1404d83dae620fd2bf0215 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Tue May 27 22:42:59 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 22:42:59 2025 -0700 |
tree | ff34aaadaf1579ce9414f8059b1b6ddb335b2c50 | |
parent | dc970d01c63598b675df4708026557d15e1c0bb7 [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-cas-cipd packages to git_revision:3ec1c178f296b1513f7c003741bffd227fe2ed56 infra/tools/luci/cas/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci/cas/linux-amd64/+/git_revision:3ec1c178f296b1513f7c003741bffd227fe2ed56 From: None To: git_revision:3ec1c178f296b1513f7c003741bffd227fe2ed56 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1287009 Original-Revision: ca0b454314b7a43455010e1b76a1e351979b1d97 Roller-URL: https://cr-buildbucket.appspot.com/build/8713652880480733169 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I4a02af6c6af883c980bffce6a831c4b3cb307528 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1286976 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