From b097492b8fd15c4b9eb67b1046a1d31f8d687a34 Mon Sep 17 00:00:00 2001 From: lguohan Date: Thu, 27 Apr 2017 16:07:04 -0700 Subject: [PATCH] [thrift]: Disable auto test in the package build (#545) --- src/thrift/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thrift/Makefile b/src/thrift/Makefile index 2b450e52d4..2a4f67b917 100644 --- a/src/thrift/Makefile +++ b/src/thrift/Makefile @@ -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)/