Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Fix Makefile git tag #363

Closed
rach-id opened this issue May 10, 2023 · 0 comments · Fixed by #468
Closed

Fix Makefile git tag #363

rach-id opened this issue May 10, 2023 · 0 comments · Fixed by #468
Assignees
Labels

Comments

@rach-id
Copy link
Member

rach-id commented May 10, 2023

Currently, when running make build, we have the following warning, even if the build has succeeded:

fatal: No tags can describe 'd51c111b00c5de8a3336ec37a5027634e2ef7719'.
Try --always, or create some tags.

which comes from this line:

VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')

That needs to be fixed.

@rach-id rach-id added the chore label May 10, 2023
@rach-id rach-id self-assigned this Sep 15, 2023
@rach-id rach-id linked a pull request Sep 15, 2023 that will close this issue
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant