commit | 28ab320b2e95bc0e6e687e7c7ebb9aed9e24d9c8 | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Wed Jun 16 23:00:02 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 16 23:34:58 2021 +0000 |
tree | 298f361387e493c30ef46dbb960476df163fa9f7 | |
parent | 0229b35655ccc3eee034a1ba3adb20c65389c922 [diff] |
[roll third_party/pigweed] pw_package: Simplify chromium verifier download Porting unittest requires to pull in much more source files. Listing each file individually makes the list too long. As a trade-off, we'll checkout some entire subfolders instead of picking individual ones in them. Although a number of more files are downloaded, the sparse checkout list is much shorter. Accordingly, we'll not generate a sources.gni for gn build. The list of sources will be added in third_party/chromium_verifier BUILD.gn. Original-Bug: 394 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/49303 third_party/pigweed Rolled-Commits: cb3a076ef2cb30d..0eb865769251d1c Roller-URL: https://ci.chromium.org/b/8844227601520445201 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8844227601520445201 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I3c0ff8ea2636b8d4ef7c928678410a6e4271eba2 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/49467 Reviewed-by: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.