mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
Do not change proto user on make grpc (#24818)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user