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 negative waitgroup #1372

Merged
merged 3 commits into from
Sep 23, 2022
Merged

Fix negative waitgroup #1372

merged 3 commits into from
Sep 23, 2022

Conversation

ersonp
Copy link
Contributor

@ersonp ersonp commented Sep 22, 2022

Did you run make format && make check?

Fixes #1370

Changes:

  • Fixed negative waitgroup
  • Added make file rule build-race

How to test this PR:

This commit fixes the negative waitgroup error by using a ready channel and ready once instead of using the waitgroup as it fits the requirement better allong with fixing the issue with negative waitgroup.
This commit adds the new makefile rule build-race to build binaries with -race flag to use in the docker images of e2e and integration.

We also update the rule build-deploy to use the rule host-apps-deploy instead and removing the commands to build the apps in it as they were not used.
@0pcom 0pcom merged commit 8facee6 into skycoin:develop Sep 23, 2022
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.

2 participants