Open nuno-silva opened 3 years ago
In https://github.com/gluster/gluster-prometheus/blob/3ebaacc2c690223f77fc93f5f237ab5065138660/Makefile#L82-L85
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install leads to an infinite fork loop when dep fails. || $(MAKE) vendor-install should be removed.
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install
dep
|| $(MAKE) vendor-install
In https://github.com/gluster/gluster-prometheus/blob/3ebaacc2c690223f77fc93f5f237ab5065138660/Makefile#L82-L85
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install
leads to an infinite fork loop whendep
fails.|| $(MAKE) vendor-install
should be removed.