Drop gazelle target from the Makefile.

This is replaced with a straight call to bazel. Unfortunately,
the built gazelle target requires a bazel installation to run
anyways.

PiperOrigin-RevId: 355211990
This commit is contained in:
Adin Scannell
2021-02-02 11:29:02 -08:00
committed by gVisor bot
parent 8c7c5abafb
commit 017348af99
-4
View File
@@ -151,10 +151,6 @@ nogo: ## Surfaces all nogo findings.
@$(call run,//tools/github $(foreach dir,$(BUILD_ROOTS),-path=$(CURDIR)/$(dir)) -dry-run nogo)
.PHONY: nogo
gazelle: ## Runs gazelle to update WORKSPACE.
@$(call run,//:gazelle,update-repos -from_file=go.mod -prune)
.PHONY: gazelle
##
## Canonical build and test targets.
##