Skip to content

Commit d947b3d

Browse files
committed
change the deb build destination. By default, it's ../, which can be conflicted with other build in jenkins. Change the destination be selfcontained.
1 parent 74e4b78 commit d947b3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ binary-common:
113113
# dh_shlibdeps
114114
dh_gencontrol
115115
dh_md5sums
116-
dh_builddeb
116+
mkdir -p ./artifacts/debs
117+
dh_builddeb --destdir=$(CURDIR)/artifacts/debs
117118
# Build architecture independant packages using the common target.
118119
# binary-indep: build-indep install-indep
119120
# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common

0 commit comments

Comments
 (0)