File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ plugins:
1414 opt :
1515 - html,index.html
1616
17+ # use v2.27.4 to avoid breaking error incl v2.27.5 <-> v2.27.7, resulting in:
18+ # Error converting document: Error converting Swagger to 3.0 failed to resolve "readerV4CheckRequest"
19+ # in fragment in URI: "#/components/schemas/readerV4CheckRequest": map key "readerV4CheckRequest" not found
1720 - remote : buf.build/grpc-ecosystem/openapiv2:v2.27.4
1821 out : ./tmp
1922 opt :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ buf-format:
5050 @${EXT_BIN_DIR} /buf format -w proto
5151
5252.PHONY : buf-build
53- buf-build : ${BIN_DIR}
53+ buf-build : ${BIN_DIR} buf-format
5454 @echo -e " $( ATTN_COLOR) ==> $@ $( NO_COLOR) "
5555 @${EXT_BIN_DIR} /buf build --output ${BIN_DIR} /${BUF_DEV_IMAGE}
5656
You can’t perform that action at this time.
0 commit comments