commit | 2363c470bcba7e32f44fabb1e3277258e3b970ba | [log] [tgz] |
---|---|---|
author | Anthony Fandrianto <atyfto@google.com> | Fri Aug 23 10:47:41 2019 -0700 |
committer | Anthony Fandrianto <atyfto@google.com> | Fri Aug 23 11:00:50 2019 -0700 |
tree | 753f0feca20d6d7083341701afe7288d1e822bb0 | |
parent | e504eb9ca481f80355d65c3a5831013f5110ca8e [diff] |
[upload_debug_symbols] Validate .debug files before attempting upload Currently, we have logic to validate debug files in two places: one while attempting to upload, and one before upload. This change consolidates these checks into one place before upload attempt for better separation of concerns (errors during upload should only report upload-related errors). Additionally, we will log warnings instead of failures when running bfr.Verify, such that the tool can walk higher-level directories without requiring upfront that all .debug files within are valid for the tool. Change-Id: Ib6ed4fa9f5a972b987e98db997035d1a425f9b52
This repo contains tools used in Fuchsia build and development.
Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe.