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

Work around strip bugs in rustc and cargo #69

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Work around strip bugs in rustc and cargo #69

merged 1 commit into from
Mar 26, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Mar 26, 2024

Follow-up to #66

Closes #68

@taiki-e taiki-e changed the title Work around strip bug on rustc and cargo Work around strip bugs in rustc and cargo Mar 26, 2024
@taiki-e taiki-e merged commit 7b6d7d4 into main Mar 26, 2024
11 checks passed
@taiki-e taiki-e deleted the strip branch March 26, 2024 01:58
taiki-e referenced this pull request in nextest-rs/nextest Mar 27, 2024
Restore behavior changed in 4e259a7, because
it turns out that `strip = "debuginfo"` still strips too much.

This was observed with the cargo-nextest 0.9.68-rc.1 binary on illumos, where
`pstack` showed lots of ??? marks.

Part of #1345.
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.

Implement workaround for https://github.com/rust-lang/cargo/issues/13617
1 participant