Skip to content

Commit

Permalink
Disable creation of build-id symlinks. (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudsjs authored and wouterdb committed Feb 1, 2019
1 parent 0e94de5 commit e69d31d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inmanta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
%define _debuginfo_subpackages 0
%define _enable_debug_packages 0
%define debug_package %{nil}
# Temporary workaround! Permanent solution will be implemented with: https://github.com/inmanta/inmanta/issues/904
%define _build_id_links none


%define sourceversion %{version}%{?buildid}
Expand Down Expand Up @@ -82,7 +84,7 @@ Requires: python3-inmanta
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/opt/inmanta
%{__python3} -m venv --symlinks %{venv}
%{__python3} -m venv %{venv}
%{_p3} -m pip install -U --no-index --find-links deps-%{sourceversion} wheel setuptools pip
%{_p3} -m pip install --no-index --find-links deps-%{sourceversion} inmanta
%{_p3} -m inmanta.app
Expand Down

0 comments on commit e69d31d

Please sign in to comment.