commit | 0a5abc6734455cfc7aa177a8372ce93214cb1e22 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Sun Feb 04 18:06:26 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Feb 04 18:06:26 2024 +0000 |
tree | 74c30d062ab0435dbe4e0c68fa9e0d5903dbb53c | |
parent | ff21b8fef92915500039a2ef6b751f5afd5886d9 [diff] |
[roll] Roll graphics_gpu-bazel-sdk-cipd packages to version:18.20240204.2.1 fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64/+/version:18.20240204.2.1 fuchsia/sdk/core/fuchsia-bazel-rules/mac-amd64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/fuchsia-bazel-rules/mac-amd64/+/version:18.20240204.2.1 From: None To: version:18.20240204.2.1 Roller-URL: https://ci.chromium.org/b/8757001209073384593 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Idff9869fa73fa78b0e5e11ce74a0b85fc755f73e Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/985690 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
<change_me: This repository is a template that we will use when creating new driver repositories for Fuchsia>.
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/<change_me>
Change to that directory:
cd <change_me>
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.
Run the full test-suite with:
tools/bazel test :tests
Run only the <change_me> driver tests with:
tools/bazel test <change_me>:<fuchsia_unittest_package_name>