-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
New Makefile for gaia #4110
New Makefile for gaia #4110
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4110 +/- ##
===========================================
+ Coverage 59.97% 60.01% +0.03%
===========================================
Files 211 211
Lines 15111 15111
===========================================
+ Hits 9063 9069 +6
+ Misses 5428 5422 -6
Partials 620 620 |
Amend targets naming convention as per [1]: - Switch from underscore '_' separated naming scheme to dash '-' separated naming scheme. - Replace test with check. Simulations now live in their own Make module. [1] https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
5496dc2
to
22821c9
Compare
######################################## | ||
### Simulations | ||
|
||
sim-gaia-nondeterminism: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There aren't meant to be actually executable atm, correct?
cd cmd/gaia; make sim-gaia-fast
Running quick Gaia simulation. This may take several minutes...
can't load package: package github.com/cosmos/cosmos-sdk/cmd/gaia/cmd/gaia/app: unknown import path "github.com/cosmos/cosmos-sdk/cmd/gaia/cmd/gaia/app": cannot find package
make: *** [sim-gaia-fast] Error 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not quite yet. I've dropped them there as prep work for next iteration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to fix them anyway
80e2173
to
eb617d0
Compare
Looks like this is failing |
@alexanderbez but it doesn't look like the failure is caused by the Makefile changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Amend targets naming convention as per [1]:
separated naming scheme.
Simulations now live in their own Make module.
[1] https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
Closes: #4102
docs/
)sdkch add [section] [stanza] [message]
Files changed
in the github PR explorerFor Admin Use: