diff --git a/azure_script/compile_and_config.sh b/azure_script/compile_and_config.sh
index 22bfe81e934912c66f41f7d43ec4cac3b8903b22..9c2c002be4cd9a01a5f42685c2126f21a084415d 100755
--- a/azure_script/compile_and_config.sh
+++ b/azure_script/compile_and_config.sh
@@ -8,7 +8,7 @@ git checkout v5.0.1
 mkdir build
 cd build
 cmake ..
-make -j$(nproc)
+make 
 cd ..
 cd ..