From 0267712531192bdd1fd9c9bf8722b3a72e27d1fb Mon Sep 17 00:00:00 2001 From: andyque Date: Tue, 23 Sep 2014 10:55:34 +0800 Subject: [PATCH] uncomment 3rd part bins check --- tools/jenkins-scripts/pull-request-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins-scripts/pull-request-builder.py b/tools/jenkins-scripts/pull-request-builder.py index 6c77a74151..417ec28e3e 100755 --- a/tools/jenkins-scripts/pull-request-builder.py +++ b/tools/jenkins-scripts/pull-request-builder.py @@ -185,7 +185,7 @@ def main(): return(2) #copy check_current_3rd_libs - check_current_3rd_libs(branch) + # check_current_3rd_libs(branch) # Generate binding glue codes if(branch == 'v3'):