Do not change proto user on make grpc (#24818)

This commit is contained in:
Jakub Nyckowski
2023-04-19 20:02:44 +00:00
committed by GitHub
parent 57ef5a55ce
commit 855ccf5753
+1 -1
View File
@@ -244,7 +244,7 @@ ui: buildbox
.PHONY: grpc
grpc: buildbox
docker run \
$(DOCKERFLAGS) -t $(BUILDBOX) \
$(DOCKERFLAGS) -u $(UID):$(GID) -t $(BUILDBOX) \
make -C /go/src/github.com/gravitational/teleport grpc/host
# protos-up-to-date checks if GRPC stubs are up to date from inside the buildbox