-
Notifications
You must be signed in to change notification settings - Fork 722
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
[BUG] - git rev 00000000000000000000 after building with cabal install #1127
Comments
Can confirm this small bug on Debian 10 and Centos 8. |
If what you say is true, this is actually a bug in the Haskell tooling. If that is the case, I am pretty sure the tooling bugs can be worked around using |
For information for thoses who may once have this bug.
Results : Binary resulting of the
Binary resulting of the
I will personally just use the "build" command instead of the "install", because the resulting binary is smaller, and don't include this small bug. I don't understand why the binaries are different, but the node is running without any bugs. |
Linking for reference #1342 |
A bit of background.
Unfortunately, For example when I run This problem is not unique to I don't know of any way to tell |
I reported this haskell/cabal#7355 |
Thanks for the in-depth analysis, I hope we can work with upstream on solving it =) |
Summary
Getting git rev 00000000000000000000 after building with cabal install.
Steps to reproduce
Steps to reproduce the behavior:
After building with 'cabal install' :
Expected behavior
Show the latest commit?
Hide the git rev to avoid confusion?
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: