Skip to content

Commit

Permalink
openroad: Add PWD to docker_shell location
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <eszpotanski@antmicro.com>
  • Loading branch information
eszpotanski committed Jun 14, 2024
1 parent d4a7679 commit 6afe755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def get_entrypoint_cmd(
if (use_docker_flow):
if entrypoint == None:
entrypoint = Label("//:docker_shell")
entrypoint = " $(location " + str(entrypoint) + ")" + fmt_whitespace
entrypoint = " $$(pwd)/$(location " + str(entrypoint) + ")" + fmt_whitespace
else:
if entrypoint == None:
entrypoint = Label("//:orfs")
Expand Down

0 comments on commit 6afe755

Please sign in to comment.