GitHub
09/08/2021, 4:14 PMfatal: No names found, cannot describe anything.
error when attempted to do git pull
but not sure what the issue was.
@msaligane
Environment
• Operating System Information: GitHub Actions: runs-on: ubuntu-latest
Reproduction Material
• Do make pdk
as a step of a job in GitHub Actions
Expected behavior
The GitHub action run should be able to clone, pull and checkout to a specific commit.
Logs
make[1]: Leaving directory '/home/runner/work/OpenFASOC/OpenFASOC/pdks/skywater-pdk'
git clone <https://github.com/rtimothyedwards/open_pdks> /home/runner/work/OpenFASOC/OpenFASOC/pdks/open_pdks
Cloning into '/home/runner/work/OpenFASOC/OpenFASOC/pdks/open_pdks'...
cd /home/runner/work/OpenFASOC/OpenFASOC/pdks/open_pdks && \
git checkout master && git pull && \
git checkout -qf 81d28fd0423ca6bbf3f3bf00b7d407958cf8f0f3
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
fatal: No names found, cannot describe anything.
Please input the version of OpenLane you'd like to pull:
Could not resolve the version of OpenLane being used. This is a critical error.
fatal: No names found, cannot describe anything.
Please input the version of OpenLane you'd like to pull:
Could not resolve the version of OpenLane being used. This is a critical error.
The-OpenROAD-Project/OpenLane