Skip to content

Commit b37910a

Browse files
authored
Add strip def to rpm spec template (#5913)
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). https://github.com/posit-dev/positron/blob/be85387931ff23fc51a080a28998adeea64f59be/resources/linux/rpm/code.spec.template#L19-L22 This change is in service of the larger effort to make arm64 builds of Positron possible.
1 parent f576f53 commit b37910a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/linux/rpm/positron.spec.template

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Positron is an extensible, polyglot tool for writing code and exploring data in
1919
# Don't generate build_id links to prevent conflicts when installing multiple
2020
# versions of VS Code alongside each other (e.g. `code` and `code-insiders`)
2121
%define _build_id_links none
22+
%define __strip @@STRIP@@
2223

2324
%install
2425
# Destination directories

0 commit comments

Comments
 (0)