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

RPM: Don't generate build_id links #116105

Merged
merged 2 commits into from
Feb 8, 2021
Merged

RPM: Don't generate build_id links #116105

merged 2 commits into from
Feb 8, 2021

Conversation

vtenfys
Copy link
Contributor

@vtenfys vtenfys commented Feb 8, 2021

This PR fixes #116100 and #115856

By default, rpmbuild generates build_id links, which are debugging symbols for binaries included in a package. This causes problems for users trying to install two versions of VS Code at once (eg stable + insiders) which share the same Electron binary, as the debugging symbols conflict with each other.

As a workaround, this PR disables generating build_id links to prevent conflicting files between different versions of VS Code.

See also:

@joaomoreno joaomoreno added this to the February 2021 milestone Feb 8, 2021
@joaomoreno
Copy link
Member

Fantastic, thanks for this! 🙏

@joaomoreno joaomoreno merged commit 1da9532 into microsoft:master Feb 8, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't install code and code-insiders RPMs together from repo
2 participants