You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Noir consumer/developer
I would like to be able to track tools version (Nargo in this case) to git commit hash
so that I can easily identify changes through git history
Acceptance
nargo --help|version prints commit hash of git commit which was used to build this binary
.github/workflow of build-nargo is adjusted so that git commit hash is imprinted into binary
The text was updated successfully, but these errors were encountered:
As a Noir consumer/developer
I would like to be able to track tools version (Nargo in this case) to git commit hash
so that I can easily identify changes through git history
Acceptance
nargo --help|version
prints commit hash of git commit which was used to build this binary.github/workflow
of build-nargo is adjusted so that git commit hash is imprinted into binaryThe text was updated successfully, but these errors were encountered: