commit | 3859844697577cdcc8d2d1306cfe9f5b1682ba5e | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Wed Feb 05 11:12:13 2025 -0800 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 05 11:12:13 2025 -0800 |
tree | b1ed1ccc5dfb775bb705280fd5f266629d1998ce | |
parent | 965a1e219e4d31203c7c10252ad0f22bef721ee7 [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-cas-cipd packages to git_revision:1c8dc8e37a49dc629d20f886450cef7edd32d392 infra/tools/luci/cas/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/infra/tools/luci/cas/linux-amd64/+/git_revision:1c8dc8e37a49dc629d20f886450cef7edd32d392 From: None To: git_revision:1c8dc8e37a49dc629d20f886450cef7edd32d392 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1199954 Original-Revision: a337aec0a84c4ff0a70804eef6e8edd7bbd39d4d Roller-URL: https://cr-buildbucket.appspot.com/build/8723750039213572433 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I2c122007645c8f692aa68dd9381e8d10226096aa Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1199978 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
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
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