Skip to content

Commit

Permalink
test: list dirs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Jun 2, 2024
1 parent 3eb988c commit 85e8550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ generate: ttrpc

ttrpc:
go mod download
ls -l ${GOPATH}/pkg/mod/
ls -l ${GOPATH}/pkg/mod/github.com
ls -l ${GOPATH}/pkg/mod/github.com/prometheus
cd api/shim/v1; protoc --go_out=. --go_opt=paths=source_relative \
--ttrpc_out=. --plugin=protoc-gen-ttrpc=`which protoc-gen-go-ttrpc` \
--ttrpc_opt=paths=source_relative *.proto -I. \
Expand Down

0 comments on commit 85e8550

Please sign in to comment.