Anuj Dubey
03/14/2022, 3:53 AMmake pull-openlane?
Pulling most recent OpenLane image relative to your commit...
docker pull efabless/openlane:5f20beb7928c7329ea1a199b9f494f48f2e6c080
Error response from daemon: manifest for efabless/openlane:5f20beb7928c7329ea1a199b9f494f48f2e6c080 not found: manifest unknown: manifest unknown
Makefile:96: recipe for target 'pull-openlane' failed
make: *** [pull-openlane] Error 1Mitch Bailey
03/14/2022, 5:18 AMOPENLANE_TAG to something other than the default?
Are you on mpw-5c or someother branch?
What directory are you executing in?
What is OPENLANE_IMAGE_NAME set to?Anuj Dubey
03/14/2022, 8:21 AMMitch Bailey
03/14/2022, 8:26 AMpython3 ./dependencies/get_tag.py give you?Anuj Dubey
03/14/2022, 12:30 PMMitch Bailey
03/14/2022, 1:14 PMget_tag.py script. Do you want to log an issue?
Line 56 is
["git", "rev-parse", "HEAD"],
but should maybe be
["git", "tag", "--list", "--contains", "HEAD"],
You should be able to workaround it by executing
export OPENLANE_DOCKER_TAG=`git tag --list --contains HEAD`
before make pull-openlaneMitch Bailey
03/14/2022, 1:16 PMdonn
03/14/2022, 1:42 PMmake openlane if you can't wait for the CI process.donn
03/14/2022, 1:43 PMAnuj Dubey
03/14/2022, 1:53 PMAnuj Dubey
03/14/2022, 1:53 PMdonn
03/14/2022, 1:54 PMdonn
03/14/2022, 1:54 PMgit pull && make pull-openlane should work.Anuj Dubey
03/14/2022, 1:56 PMdonn
03/14/2022, 1:57 PMmake openlane fan. That one always works.Anuj Dubey
03/14/2022, 2:00 PMMitch Bailey
03/14/2022, 2:45 PM