mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Merge pull request #4333 from balena-io/rglidden/rpm-fix-etcher-util
patch: etcher-util is corrupted in RPM package
This commit is contained in:
commit
87fb4df9eb
7
.github/actions/publish/action.yml
vendored
7
.github/actions/publish/action.yml
vendored
@ -53,6 +53,13 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: sudo apt-get install -y --no-install-recommends fakeroot dpkg rpm
|
run: sudo apt-get install -y --no-install-recommends fakeroot dpkg rpm
|
||||||
|
|
||||||
|
# rpmbuild will strip binaries by default, which breaks the sidecar.
|
||||||
|
# Use a macro to override the "strip" to bypass stripping.
|
||||||
|
- name: Configure rpmbuild to not strip executables
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
shell: bash
|
||||||
|
run: echo '%__strip /usr/bin/true' > ~/.rpmmacros
|
||||||
|
|
||||||
- name: Install host dependencies
|
- name: Install host dependencies
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
# FIXME: Python 3.12 dropped distutils that node-gyp depends upon.
|
# FIXME: Python 3.12 dropped distutils that node-gyp depends upon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user