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

chore: Update go targets in Makefile #4861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xaniasd
Copy link
Contributor

@xaniasd xaniasd commented Dec 19, 2024

What this PR does / why we need it:

This PR fixes or updates some of the go-related targets, specifically addresses the following:

  • incorrectly defined dependency targets
  • protobuf/GRPC go tools installed globally, thus potentially messing up existing installations
  • pip used instead of uv pip
  • .PHONY targets not declared
  • moved inline python/grpc requirements to separate file

Which issue(s) this PR fixes:

N/A

Misc

target build-go builds a binary in the root directory, it should be moved under dist/ (follow-up PR)

@xaniasd xaniasd requested a review from a team as a code owner December 19, 2024 14:36
@xaniasd xaniasd changed the title chore: update go targets in Makefile Chore: update go targets in Makefile Dec 19, 2024
@xaniasd xaniasd force-pushed the makefile-go-targets branch from 2b5e734 to 4698452 Compare December 19, 2024 14:43
@xaniasd xaniasd changed the title Chore: update go targets in Makefile chore: Update go targets in Makefile Dec 19, 2024
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we avoid to make a file connection from folder "go" to other file folders? We try to make the Go folder self-contained and limit the dependencies with other directories.

Choose a reason for hiding this comment

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

+1

Copy link
Collaborator

@shuchu shuchu left a comment

Choose a reason for hiding this comment

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

lgtm

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