Skip to content

Commit a4d3edf

Browse files
committed
Increase retries and delay for gcc download
Increase retries and delay for gcc download, from 3 to 5 retries Signed-off-by: Luca Carrogu <[email protected]>
1 parent e754520 commit a4d3edf

File tree

1 file changed

+2
-2
lines changed
  • cookbooks/aws-parallelcluster-install/recipes

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-install/recipes/arm_pl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
make -j $CORES
9292
make install
9393
GCC
94-
retries 3
95-
retry_delay 5
94+
retries 5
95+
retry_delay 10
9696
creates '/opt/arm/armpl/gcc'
9797
end
9898

0 commit comments

Comments
 (0)