Skip to content

Conversation

@deitch
Copy link
Member

@deitch deitch commented May 26, 2025

Fixes #58

@deitch deitch requested a review from vidas May 26, 2025 10:57
…ation and artifact push

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch force-pushed the build-binary-ci branch from be6d484 to 13c9a59 Compare May 26, 2025 13:14

$(CONTROLLER): $(BINDIR)
@go build -o $@ ./cmd/
$(CONTROLLER_GENERIC)-%: $(BINDIR)
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated to this change, but this target should be either phony (to use make as a task runner) or list source dependencies explicitly (to use make as a build system). I'd go with first, as go build is smart enough already.

Currently it fails to recompile when there are changes.

Copy link
Member Author

Choose a reason for hiding this comment

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

We can add it as a future small PR, since you already approved this.

@deitch deitch merged commit ddf91f6 into main May 27, 2025
4 checks passed
@deitch deitch deleted the build-binary-ci branch May 27, 2025 16:48
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.

Distribute oxide-controller as binary

3 participants