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

Use unpacked debuginfo on macOS CI #2781

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

alexcrichton
Copy link
Member

This shaves ~10 minutes off the testing builder since dsymutil is
never run and the linker isn't exactly speedy moving around so much debuginfo.

This shaves ~10 minutes off the testing builder since `dsymutil` is
never run and the linker isn't exactly speedy moving around so much debuginfo.
@peterhuene
Copy link
Member

peterhuene commented Mar 26, 2021

Should we also add:

[profile.dev]
split-debuginfo = "unpacked"

for macos to benefit local development?

@alexcrichton
Copy link
Member Author

alexcrichton commented Mar 29, 2021

I think it's safe to avoid documenting that change for now, the defaults are changing in rust-lang/cargo#9298 so it'll just be a small hint for the next 12 weeks until that's released on stable.

@alexcrichton alexcrichton merged commit 910f591 into bytecodealliance:main Mar 29, 2021
@alexcrichton alexcrichton deleted the faster-mac-ci branch March 29, 2021 14:03
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.

2 participants