We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568f9ce commit e3497b4Copy full SHA for e3497b4
tests/entrypoint.sh
@@ -34,7 +34,7 @@ echo "export PATH=/home/test/pgedge/pg$PGVER/bin:$PATH" >> /home/pgedge/.bashrc
34
35
echo "==========Recompiling Spock=========="
36
cd ~/spock
37
-make clean && make spockctrl && make -j16 && make install
+make -j4 && make install
38
39
echo "==========Installing Spockbench=========="
40
cd ~/spockbench
0 commit comments