Skip to content

Commit b097492

Browse files
lguohanShuotian Cheng
authored andcommitted
[thrift]: Disable auto test in the package build (#545)
1 parent dfa7207 commit b097492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/thrift/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
2020
dpkg-source -x thrift_$(THRIFT_VERSION_FULL).dsc
2121
pushd thrift-$(THRIFT_VERSION)
2222
patch -p1 < ../patch/THRIFT-3577-assertion-failed.patch
23-
dpkg-buildpackage -d -rfakeroot -b -us -uc
23+
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -d -rfakeroot -b -us -uc
2424
popd
2525

2626
mv $(DERIVED_TARGETS) $* $(DEST)/

0 commit comments

Comments
 (0)