Skip to content

Commit 8c81a88

Browse files
committed
Revert "fix(vmm): report commit hash instead of unrelated component tag"
This reverts commit c54a459.
1 parent c54a459 commit 8c81a88

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

dstack/vmm/src/main.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,7 @@ mod openapi;
3333

3434
const CARGO_PKG_VERSION: &str = env!("CARGO_PKG_VERSION");
3535
const GIT_REV: &str = git_version::git_version!(
36-
// This is a monorepo with component-specific tags (for example,
37-
// `verifier-v0.5.11`). Exclude tags so `git describe` cannot mistake an
38-
// unrelated component's tag for the VMM revision.
39-
args = [
40-
"--abbrev=20",
41-
"--always",
42-
"--dirty=-modified",
43-
"--exclude=*"
44-
],
36+
args = ["--abbrev=20", "--always", "--dirty=-modified"],
4537
prefix = "git:",
4638
fallback = "unknown"
4739
);

0 commit comments

Comments
 (0)