Skip to content

Commit

Permalink
[redis]: disable auto test during the build (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Jan 11, 2017
1 parent d92f997 commit 5aae34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
dpkg-source -x redis_$(REDIS_VERSION_FULL).dsc

pushd redis-$(REDIS_VERSION)
fakeroot debian/rules binary
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -b
popd

mv $(DERIVED_TARGETS) $* $(DEST)/
Expand Down

0 comments on commit 5aae34a

Please sign in to comment.