From 2c0d667bc1b9de4217700e5ae290160f3dc5eae7 Mon Sep 17 00:00:00 2001 From: Zhou Wei <1183042833@qq.com> Date: Tue, 31 Aug 2021 14:25:32 +0800 Subject: [PATCH] fix windows batch file error:The system cannot find the batch label specified (#35288) --- paddle/scripts/paddle_build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 75871fe6d3..0ad2d79996 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -433,6 +433,7 @@ if %ERRORLEVEL% NEQ 0 ( echo Build third_party successfully! set build_times=1 + :build_paddle :: reset clcache zero stats for collect PR's actual hit rate rem clcache.exe -z -- GitLab