-
Notifications
You must be signed in to change notification settings - Fork 50
Fix version issue of storage and meta binary #273
Conversation
|
previous git sha is common commit hash, not the storage repo commit info, since the cmake target defined in common repo. And if you want to embed the git sha into storage binary locally, you can modify the cmake configure options like |
Hold on this PR, I will check whether |
👌 |
LGTM, we'd better add |
b5dd432
to
0636a24
Compare
namespace storage { | ||
|
||
std::string gitInfoSha() { | ||
return "@GIT_INFO_SHA@"; |
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 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.
Good job, thx!
reference vesoft-inc/nebula-common#372 vesoft-inc/nebula-common#373