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

feat: use single go build command to build harvest and poller binaries #2221

Merged
merged 3 commits into from
Jul 19, 2023

Conversation

cgrinds
Copy link
Collaborator

@cgrinds cgrinds commented Jul 19, 2023

No description provided.

rahulguptajss
rahulguptajss previously approved these changes Jul 19, 2023
Makefile Outdated
@GOOS=$(GOOS) GOARCH=$(GOARCH) $(FLAGS) go build -trimpath -o bin/poller -ldflags=$(LD_FLAGS) cmd/poller/poller.go
@mkdir -p bin
@# Build the harvest and poller cli
@echo "Building harvest and poller"
Copy link
Contributor

Choose a reason for hiding this comment

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

See if below makes sense.

@echo "Building harvest"

@cgrinds cgrinds merged commit e58c14c into main Jul 19, 2023
8 checks passed
@cgrinds cgrinds deleted the cbg-faster-builds branch July 19, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants