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
{{ message }}
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
@$(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.
In
gluster-prometheus/Makefile
Lines 82 to 85 in 3ebaacc
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-installleads to an infinite fork loop whendepfails.|| $(MAKE) vendor-installshould be removed.