Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies #43

Merged
merged 3 commits into from
Jun 13, 2023
Merged

Fix dependencies #43

merged 3 commits into from
Jun 13, 2023

Conversation

vankichi
Copy link
Collaborator

@vankichi vankichi commented Jun 13, 2023

WHAT

I have added vtproto dependency.

WHY

The build failed because there was no vtproto dependency

vankichi added 2 commits June 13, 2023 11:47
Signed-off-by: vankichi <[email protected]>
Signed-off-by: vankichi <[email protected]>
@vankichi vankichi requested review from kpango, hlts2 and datelier June 13, 2023 05:25
Makefile Outdated
@@ -61,13 +61,16 @@ GOOGLEAPI_PROTOS = \
GOOGLEAPI_PROTOS := $(GOOGLEAPI_PROTOS:%=$(GOPATH)/src/github.com/googleapis/googleapis/%)
NODE_GOOGLEAPIS = $(GOOGLEAPI_PROTOS:$(GOPATH)/src/github.com/googleapis/googleapis/%.proto=$(NODE_ROOT)/%_grpc_pb.js)

NODE_VTPROT = $(NODE_ROOT)/planetscale/vtprotobuf/vtproto/ext_grpc_pb.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about naming like below?

Suggested change
NODE_VTPROT = $(NODE_ROOT)/planetscale/vtprotobuf/vtproto/ext_grpc_pb.js
NODE_VTEXTJS = $(NODE_ROOT)/planetscale/vtprotobuf/vtproto/ext_grpc_pb.js

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have fixed it. e103aa3

Signed-off-by: vankichi <[email protected]>
@vankichi vankichi requested a review from kpango June 13, 2023 05:57
@vankichi vankichi merged commit 5f10f28 into main Jun 13, 2023
@vankichi vankichi deleted the bugfix/add-vtproto branch June 13, 2023 06:01
vankichi added a commit that referenced this pull request Jun 13, 2023
vankichi added a commit that referenced this pull request Jun 13, 2023
vankichi added a commit that referenced this pull request Jun 13, 2023
* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* Revert "Fix dependencies (#43)"

This reverts commit 5f10f28.

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* Revert "Revert "Fix dependencies (#43)""

This reverts commit bc7dd28.

* Revert ":bug: Fix"

This reverts commit 925519a.

---------

Signed-off-by: vankichi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants