Skip to content

Commit e3497b4

Browse files
committed
Skip make clean
1 parent 568f9ce commit e3497b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "export PATH=/home/test/pgedge/pg$PGVER/bin:$PATH" >> /home/pgedge/.bashrc
3434

3535
echo "==========Recompiling Spock=========="
3636
cd ~/spock
37-
make clean && make spockctrl && make -j16 && make install
37+
make -j4 && make install
3838

3939
echo "==========Installing Spockbench=========="
4040
cd ~/spockbench

0 commit comments

Comments
 (0)