docs: document llvm-objcopy --strip-debug step when self-building remote_server - #57655
Merged
Veykril merged 2 commits intoJun 15, 2026
Conversation
Veykril
enabled auto-merge
June 15, 2026 08:09
Contributor
Have feedback on this plugin? Let's hear it! |
This was referenced Jun 18, 2026
Closed
Contributor
Author
|
Thanks for reviewing and merging, @Veykril. Documenting the llvm-objcopy strip-debug step should save self-builders some confusion. |
This comment was marked as spam.
This comment was marked as spam.
This was referenced Jul 1, 2026
This was referenced Jul 10, 2026
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
…ote_server (zed-industries#57655) Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [ ] Unsafe blocks (if any) have justifying comments (N/A — docs only) - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior (N/A — docs only) - [x] Performance impact has been considered and is acceptable Documents the `llvm-objcopy --strip-debug` step that `script/bundle-linux` runs after `cargo build`. Without it, self-built `remote_server` binaries are ~462 MB instead of ~62 MB and behave differently from the prebuilt downloads. Two contributors converged on the same fix in the issue thread; this PR is a docs-only version of their suggestion, plus the musl/static variant that `script/bundle-linux` actually uses for the official Linux release. Closes zed-industries#56939 Release Notes: - N/A AI was used for assistance. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Lukas Wirth <lukas@zed.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self-Review Checklist:
Documents the
llvm-objcopy --strip-debugstep thatscript/bundle-linuxruns aftercargo build. Without it, self-builtremote_serverbinaries are ~462 MB instead of ~62 MB and behave differently from the prebuilt downloads.Two contributors converged on the same fix in the issue thread; this PR is a docs-only version of their suggestion, plus the musl/static variant that
script/bundle-linuxactually uses for the official Linux release.Closes #56939
Release Notes:
AI was used for assistance.