Skip to content

Commit

Permalink
dist/debian: skip running dh_strip_nondeterminism
Browse files Browse the repository at this point in the history
On some Fedora environment dh build tries to run
dh_strip_nondeterminism, and fails sice Fedora does not provide such
command.
(see:
http://jenkins.cloudius-systems.com/view/master/job/scylla-master/job/unified-deb/3/console)

To prevent the build error we need to skip it.

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <20181030062935.9930-1-syuu@scylladb.com>
  • Loading branch information
syuu1228 authored and avikivity committed Oct 31, 2018
1 parent 62c7685 commit 5bf9a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/debian/rules.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ override_dh_shlibdeps:
override_dh_fixperms:
dh_fixperms
chmod 755 $(CURDIR)/debian/{{product}}-server/opt/scylladb/lib/ld.so

override_dh_strip_nondeterminism:

%:
dh $@

0 comments on commit 5bf9a03

Please sign in to comment.