From 12706c7cd69e0d9831cbe66a84667bb9a9f64462 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Thu, 5 May 2022 15:14:47 +0800 Subject: [PATCH] correct a typo --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 8752f867b3..49e13b7831 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -151,7 +151,7 @@ def pre_test_build_win() { call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x64 set CL=/MP8 cmake .. -G "NMake Makefiles JOM" - jom -j || exit 8 + jom -j 4 || exit 8 time /t ''' return 1