| commit | 89fce35f298e9b5a861f260c6aa24a47e3d4eddf | [log] [tgz] |
|---|---|---|
| author | David 'Digit' Turner <digit@fuchsia.infra.roller.google.com> | Wed Apr 09 08:53:59 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 09 08:55:36 2025 -0700 |
| tree | 1c474199def97b8abcd367e8eca51c3bfc5305c1 | |
| parent | 440a8135fc0aa360829fff2dbd9698993b21093d [diff] |
[roll] Roll fuchsia [build][api] Add export_last_build_debug_symbols command. Add a new //build/api/client command to populate an output directory with symlinks to the ELF debug symbols corresponding to the last build's artifacts, including breakpad symbols generated automatically when needed. The breakpad generation can be disabled with the --no-breakpad-symbols-generation flag. Otherwise, this runs the Breakpad `dump_syms` tool in concurrent processes. This command must be run *after* the build, and its output can later be used by a tool like artifactory to upload the corresponding files to cloud storage. The output directory will include a build-ids.txt file (with one build-id value per line) and a build-ids.json one (mapping build-id values to target GN labels). NOTE: The build doesn't generate debug symbol entries for Bazel targets yet. Original-Bug: 404208759 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246785 Original-Revision: ecccb973a2b53b29cfba7ca90b2a0b46b304fba3 GitOrigin-RevId: 4a82fb934bd369cce46b8727d8a6c1eada63d385 Change-Id: I926bb837824b353135f47b08652ffa23aab63076
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.