Closed
Description
This morning, I created a fork of lcompilers/lpython so that I could submit pull requests according to github's recommendations. I got a cascade of build and test failures that I traced back to ./ci/version.sh
, which calls git describe --tags --dirty
. This call fails because the fork doesn't have any tags. It works only if executed in a clone of the original repo.
When executed in the fork, I get ...
(lp) ┌─(~/Documents/GitHub/lpython)──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(brian@Golf37:s004)─┐
└─(11:57:38 on main ✭)──> ./ci/version.sh ──(Tue,Jan03)─┘
++ git describe --tags --dirty
fatal: No names found, cannot describe anything.
+ version=
Metadata
Metadata
Assignees
Labels
No labels