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

build(project): update -tags format to use comma-separated values #847

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

ccamel
Copy link
Member

@ccamel ccamel commented Dec 18, 2024

Update the Makefile to use comma-separated values for -tags during Go compilation (e.g., -tags "foo,bar" instead of -tags "foo bar"). This change also includes minor refinements to variable naming.

This also addresses the issue during heighliner Docker builds reported in strangelove-ventures/heighliner#299, which was causing the production of an incorrect binary.

@ccamel ccamel self-assigned this Dec 18, 2024
@ccamel
Copy link
Member Author

ccamel commented Dec 18, 2024

@coderabbitai review

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #847   +/-   ##
=======================================
  Coverage   45.03%   45.03%           
=======================================
  Files         113      113           
  Lines        6395     6395           
=======================================
  Hits         2880     2880           
  Misses       3380     3380           
  Partials      135      135           

@ccamel ccamel merged commit 0a8e64c into main Dec 18, 2024
20 checks passed
@ccamel ccamel deleted the build/fix-go-tags branch December 18, 2024 12:16
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.

1 participant