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 goreleaser #927

Merged
merged 3 commits into from
Oct 13, 2021
Merged

Fix goreleaser #927

merged 3 commits into from
Oct 13, 2021

Conversation

jdknives
Copy link
Member

Did you run make format && make check?
Yes

Fixes the goreleaser.yml and the make format target

Changes:

  • add -X flag to skywire-visor build flags in goreleaser.yml
  • remove Skybian build tag from all other binaries built via goreleaser
  • fix find command which executes goimports reviser in make format

How to test this PR:

  • run make format
  • run make snapshot

Both should run.

The newly defined build tag was not correctly set in goreleaser.yml
-X flag was missing in linker flags.

Removed the build tag from applications and skywire-cli as they are not
used there and therefore not needed for now.
Excluded .git directory from find command which executes goimports
reviser.
Copy link
Contributor

@alexadhy alexadhy left a comment

Choose a reason for hiding this comment

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

Code looks good to me, and it works (formatting recipe).

Copy link
Contributor

@mrpalide mrpalide left a comment

Choose a reason for hiding this comment

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

Oh! It was my mistake adding tags to anything other than skywire-visor! It's OK now.

@jdknives jdknives merged commit 46c3c9b into skycoin:develop Oct 13, 2021
@jdknives jdknives deleted the fix/goreleaser branch October 13, 2021 15:25
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