gluster / gluster-prometheus

Gluster monitoring using Prometheus
GNU Lesser General Public License v2.1
119 stars 70 forks source link

'make vendor-install' can lead to an infinite fork loop #195

Open nuno-silva opened 3 years ago

nuno-silva commented 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.