Replies: 2 comments
-
Example, in OpenROAD-flow-scripts:
and you will get an identical docker image. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The docker build script was not tagging the image as the "latest" so it was always running an old image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I update my version of OpenROAD, the
build_openroad.sh
script will use the Docker cached layers instead of rebuilding things. Even if I do a./build_openroad.sh --clean-force
and it erases things, it still finds the cached docker images.
Do we have to manually delete the docker cache?
Am I missing something simple in the preferred development flow?
Beta Was this translation helpful? Give feedback.
All reactions