matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: "fatal: No names found, cannot describe anything" when building mo-server

Open lni opened this issue 2 years ago • 1 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

No response

Actual Behavior

In CI, when building mo-server or mo-server, we got the following error

fatal: No names found, cannot describe anything.

e.g., see the build MatrixOne step in https://github.com/matrixorigin/matrixone/runs/7705247237?check_suite_focus=true

The error is caused by the following line in Makefile

MO_VERSION=$(shell git describe --tags $(shell git rev-list --tags --max-count=1))

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

lni avatar Aug 06 '22 16:08 lni

I believe this is github capacity issue? @sukki37

fengttt avatar Aug 12 '22 03:08 fengttt

FYI, https://stackoverflow.com/questions/4916492/git-describe-fails-with-fatal-no-names-found-cannot-describe-anything

wanglei4687 avatar Aug 25 '22 09:08 wanglei4687

fixed

aressu1985 avatar Oct 29 '22 16:10 aressu1985