If I'm running OpenROAD FLow Scripts inside a Docker container, and I want to file a bug, how do I run Env.sh? #8354
-
|
I know that, if I want to make a bug, I need to run tools/OpenROAD/etc/Env.sh. But how do I do that if I'm running OpenROAD Flow Scripts in a Docker container? |
Beta Was this translation helpful? Give feedback.
Answered by
vvbandeira
Sep 17, 2025
Replies: 2 comments
-
|
@vvbandeira thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@leeway64, if the Docker image you are using is one that we distribute, you can forgo the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leeway64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@leeway64, if the Docker image you are using is one that we distribute, you can forgo the
Env.shand just provide the image name and tag for the Docker image. Otherwise, you can use./flow/util/docker_shellto call theEnv.shscript.