feat: inject git build metadata and add version command #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "guochao/agent-run:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add build.rs to capture BUILD_GIT_HASH, BUILD_GIT_DIRTY, BUILD_GIT_DATE,
and BUILD_DATE at compile time, with env-first fallback to git commands.
Wire --version option and new
versionsubcommand to display the metadata.Update Nix builds to pass sourceInfo from flake inputs so sandboxed builds
also get accurate commit info.