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

Do not strip binaries #421

Merged
merged 1 commit into from
Jan 15, 2021
Merged

Do not strip binaries #421

merged 1 commit into from
Jan 15, 2021

Conversation

Luni-4
Copy link
Collaborator

@Luni-4 Luni-4 commented Jan 11, 2021

Rust programs are able to print a stacktrace thanks to the debug info in the file, so stripping them will probably kill this nice and very useful feature. It would a way better in general to propose the binary as compiled by rustc

@Luni-4 Luni-4 requested a review from marco-c January 11, 2021 13:29
@codecov-io
Copy link

codecov-io commented Jan 11, 2021

Codecov Report

Merging #421 (b9c4785) into master (d5323a3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #421   +/-   ##
=======================================
  Coverage   22.18%   22.18%           
=======================================
  Files          45       45           
  Lines        5797     5797           
  Branches      822      822           
=======================================
  Hits         1286     1286           
  Misses       3988     3988           
  Partials      523      523           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5323a3...b9c4785. Read the comment docs.

@Luni-4 Luni-4 changed the title Do not strip Windows binaries Do not strip Windows binaries to avoid breaking them in some way Jan 11, 2021
@Luni-4 Luni-4 marked this pull request as draft January 13, 2021 12:10
@Luni-4 Luni-4 marked this pull request as ready for review January 15, 2021 16:00
@Luni-4 Luni-4 changed the title Do not strip Windows binaries to avoid breaking them in some way Do not strip binaries Jan 15, 2021
@Luni-4 Luni-4 merged commit d5a5572 into mozilla:master Jan 15, 2021
@Luni-4 Luni-4 deleted the no-strip branch January 15, 2021 16:40
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.

3 participants