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

Add strip def to rpm spec template #5913

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Add strip def to rpm spec template #5913

merged 1 commit into from
Jan 8, 2025

Conversation

jmcphers
Copy link
Collaborator

@jmcphers jmcphers commented Jan 8, 2025

This change makes it possible to use a custom strip binary for Positron RPM builds. The upstream copy of the template already has this line (so this is just updating ours to match it).

# Don't generate build_id links to prevent conflicts when installing multiple
# versions of VS Code alongside each other (e.g. `code` and `code-insiders`)
%define _build_id_links none
%define __strip @@STRIP@@

This change is in service of the larger effort to make arm64 builds of Positron possible.

@jmcphers jmcphers requested a review from petetronic January 8, 2025 16:00
Copy link

github-actions bot commented Jan 8, 2025

E2E Tests 🚀  ?
This PR will run tests tagged with: @critical

@jmcphers jmcphers merged commit b37910a into main Jan 8, 2025
6 checks passed
@jmcphers jmcphers deleted the feature/arm64-builds branch January 8, 2025 22:16
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2025
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.

2 participants