Skip to content

Commit f880e1c

Browse files
committed
Drop dockerized proto build
Not needed anymore as we install protoc locally in the source tree. Signed-off-by: Markus Lehtonen <[email protected]>
1 parent 9623748 commit f880e1c

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ build-proto: check-protoc install-ttrpc-plugin install-wasm-plugin install-proto
8585
done
8686
sed -i '1s;^;//go:build !wasip1\n\n;' pkg/api/api_ttrpc.pb.go
8787

88-
.PHONY: build-proto-dockerized
89-
build-proto-dockerized:
90-
$(Q)docker build --build-arg ARTIFACTS="$(dir $(PROTO_SOURCES))" --target final \
91-
--output type=local,dest=$(RESOLVED_PWD) \
92-
-f hack/Dockerfile.buildproto .
93-
$(Q)tar xf artifacts.tgz && rm -f artifacts.tgz
94-
9588
build-plugins: $(PLUGINS)
9689

9790
build-check:

hack/Dockerfile.buildproto

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)