From 1da08b5bee62c566047f4b035d1ead0959946b32 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 2 Aug 2021 15:56:08 +0200 Subject: [PATCH] Remove "buf mod update" Do not upgrade locked dependencies during build. This is only necessary to initialize the buf.lock file, once the file exists, a regular "buf build" appears to pull them in. Change-Id: I86d7734f8d6897bc30a6c9edd220eb51628be50c --- buf.lock | 6 +++--- generate-protos.sh | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/buf.lock b/buf.lock index 69996d242..363cac5cb 100644 --- a/buf.lock +++ b/buf.lock @@ -12,6 +12,6 @@ deps: owner: grpc-ecosystem repository: grpc-gateway branch: main - commit: d19475fa22444a289c46af009acce62c - digest: b1-_zhDPyr_Ctc1QRAKuad6_0xvoyPd6QaB22ldm9gzS0Q= - create_time: 2021-04-26T15:19:26.742789Z + commit: 3d91372e5af6451c8af137f3b5594ac6 + digest: b1-Iy4ANYcU1Z6T0LEswISKGoxqT-UJNNHWlJS6ZFhno4o= + create_time: 2021-08-01T01:14:29.490277Z diff --git a/generate-protos.sh b/generate-protos.sh index c42b4fcee..c44e0087f 100755 --- a/generate-protos.sh +++ b/generate-protos.sh @@ -11,6 +11,5 @@ rm -rf third_party/googleapis rm -rf bridge/pkg/proto -tools/bin/buf mod update tools/bin/buf lint tools/bin/buf generate