Skip to content

GIT_VERSION reporting require clean rebuild #683

@osteffenrh

Description

@osteffenrh

The git revision reported by SVSM can be incorrect, if SVSM was not built from a clean checkout.

for example

$ make
$ git checkout $OLD_REV
$ make

will report a wrong git revision in SVSM's output.

To get the correct revision reported, one needs to remove the build files,
for example by git clean -xdf or alike.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrelease-blockerPR addresses a release-critical bug or issue.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions