Skip to content

Commit

Permalink
Enable hybrid API generation
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Jan 4, 2025
1 parent 7455c13 commit 6b92cc8
Show file tree
Hide file tree
Showing 3 changed files with 15,325 additions and 694 deletions.
1 change: 1 addition & 0 deletions lib/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ $(CSI_GO) $(CSI_GRPC): $(CSI_PROTO) $(PROTOC_ALL)
@mkdir -p "$(@D)"
$(PROTOC) -I../.. --go-grpc_out=$(CSI_PKG_SUB) --go_out=$(CSI_PKG_SUB) \
--go_opt=paths=source_relative --go-grpc_opt=paths=source_relative \
--go_opt=default_api_level=API_HYBRID \
"$(<F)"

build: $(CSI_GO) $(CSI_GRPC)
Expand Down
Loading

0 comments on commit 6b92cc8

Please sign in to comment.