Skip to content

Debug Symbol cleanup and instructions #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bpronan
Copy link
Contributor

@bpronan bpronan commented May 21, 2025

A few adjustments to the debug symbol build and release process:

  1. Consolidating the debug symbols into a single zip file to clean up the release asset list and the contents of each zip.
  2. Baking the platforms into the names, so we don't have heterogenous layers of zip files.
  3. Added instructions for how to use the debug symbols to the top-level readme.

Note: for Linux, since we use the fully qualified platform name in the symbol linking phase, this will work. Mac doesn't do any name matching for dSYM files, it only matters that the relocation file is correct. Windows is unchanged.

Resolves XET-582 and XET-571.

…the platforms into the names, so we don't have heterogenous layers of zip files.
@bpronan bpronan requested review from rajatarya and jgodlew May 21, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant