X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;fp=Makefile;h=bf711af13b1c2b316f006e3a71835bee13c08ea8;hb=c5e23a296c5fbf19500d2b7e56cd667d8487352c;hp=3877ab7bcf2155a8ddf0da970bdeb7a164785750;hpb=8f454ab11d3c0e9b6a40e125230539420dbbeb8b;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 3877ab7..bf711af 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ tools/glide: @test -f $(LOCAL_TOOLSDIR)/glide || { \ echo "Downloading glide"; \ mkdir -p $(LOCAL_TOOLSDIR); \ - curl --silent -L https://glide.sh/get | GOBIN=$(LOCAL_TOOLSDIR) sh; \ + curl --silent --connect-timeout 60 --retry 3 -L https://glide.sh/get | GOBIN=$(LOCAL_TOOLSDIR) sh; \ } .PHONY: tools/syncthing