[thrift]: Disable auto test in the package build (#545)

This commit is contained in:
lguohan 2017-04-27 16:07:04 -07:00 committed by Shuotian Cheng
parent dfa72077c9
commit b097492b8f

View File

@ -20,7 +20,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
dpkg-source -x thrift_$(THRIFT_VERSION_FULL).dsc
pushd thrift-$(THRIFT_VERSION)
patch -p1 < ../patch/THRIFT-3577-assertion-failed.patch
dpkg-buildpackage -d -rfakeroot -b -us -uc
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -d -rfakeroot -b -us -uc
popd
mv $(DERIVED_TARGETS) $* $(DEST)/