<#595 Build PDK part of the CI encountered error w...
# openlane
g
#595 Build PDK part of the CI encountered error when doing git pull in open_pdks New issue created by erictaur Description Unable to build PDK using the OpenLane CI. All necessary files/scripts are included in the GitHub Action run. Encountered a
fatal: 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
Copy code
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