commit | 435c06a44fe77c37469f349674d2a21aa92ac6d0 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Fri Apr 04 13:26:22 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 04 13:26:22 2025 -0700 |
tree | 191790875a8e85018207347702b6d8737a2bae39 | |
parent | fad94d547e18279c2bb611d4347cfddb63e2b2b6 [diff] |
[roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-shac-cipd packages to git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 fuchsia/shac/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/shac/linux-amd64/+/git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 fuchsia/shac/linux-arm64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/shac/linux-arm64/+/git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 fuchsia/shac/mac-amd64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/shac/mac-amd64/+/git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 fuchsia/shac/mac-arm64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/shac/mac-arm64/+/git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 From: None To: git_revision:a192667c60311c8c2a4e4de8542bdc0c264cb250 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1244900 Original-Revision: fb9a5438e5eadca6612097a584bdaf6a85f599b0 Roller-URL: https://cr-buildbucket.appspot.com/build/8718490008754572433 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ib0d97e8d0db2afca5dea4e96519b0eee28c057e5 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1245544 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