commit | 96abf5440ef759f70a9a76c686206dfa88300c84 | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Wed Oct 13 17:30:19 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 13 17:47:22 2021 +0000 |
tree | cf5b33ff7e2637f180ae4c2278ea0c68da724cd7 | |
parent | c725a20e6d312713ad6c77f4abbf8a56c5d4c314 [diff] |
[roll third_party/pigweed] build: Run clang-tidy in default build - Add the "static_analysis" group that runs clang-tidy to the default build. - Remove the "clang_tidy" presubmit step. Instead, have the "static_analysis" step run clang-tidy and python.lint from GN. - Fix a few clang-tidy warnings. - Exclude mbedtls headers from checks. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/64624 https://pigweed.googlesource.com/pigweed/pigweed third_party/pigweed Rolled-Commits: eb05d88e81fd317..4cafcda09f52387 Roller-URL: https://ci.chromium.org/b/8833467318167881553 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8833467318167881553 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I9f928fede7650e42fb75e8a7addb8b65898291d7 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/65460 Bot-Commit: 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.