You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@$(DEPENV) dep ensure -v -vendor-only ||$(MAKE) vendor-install
@echo
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install leads to an infinite fork loop when dep fails. || $(MAKE) vendor-install should be removed.
The text was updated successfully, but these errors were encountered:
In
gluster-prometheus/Makefile
Lines 82 to 85 in 3ebaacc
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install
leads to an infinite fork loop whendep
fails.|| $(MAKE) vendor-install
should be removed.The text was updated successfully, but these errors were encountered: