Skip to content
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

Build Mac symbols in .dSYM bundle, not single .dwarf file #94237

Closed

Conversation

BruceForstall
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Oct 31, 2023

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: BruceForstall
Assignees: BruceForstall
Labels:

area-Infrastructure-coreclr

Milestone: -

@BruceForstall
Copy link
Member Author

Related: #92911

@BruceForstall
Copy link
Member Author

@hoyosjs @agocke Here's a first attempt at trying to build .dSYM bundles instead of .dwarf files in our build.

@BruceForstall
Copy link
Member Author

cc @JulieLeeMSFT

@BruceForstall
Copy link
Member Author

cc @ericstj Since you've done some work in these areas.

@@ -18,7 +18,8 @@
<LibPrefix>lib</LibPrefix>
<LibSuffix>.dylib</LibSuffix>
<StaticLibSuffix>.a</StaticLibSuffix>
<SymbolsSuffix>.dwarf</SymbolsSuffix>
<!-- <SymbolsSuffix>.dwarf</SymbolsSuffix> -->
<SymbolsSuffix>.dSYM</SymbolsSuffix>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might quickly become a leaky abstraction. For example, we also are missing updating GetSymbolPackageFiles in https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Directory.Build.targets (the excludes and all that)

@ghost ghost closed this Dec 1, 2023
@ghost
Copy link

ghost commented Dec 1, 2023

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2023
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants