Skip to content

Commit 227d694

Browse files
authored
Merge pull request The-OpenROAD-Project#2665 from jeffng-or/docker-shell-mods2
docker shell mods to address reading makefiles in twice and enable op…
2 parents 228c0c7 + 5674415 commit 227d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/docker_shell

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \
2929
-v $XAUTH:$XAUTH \
3030
-e XAUTHORITY=$XAUTH \
3131
-e FLOW_HOME=/OpenROAD-flow-scripts/flow/ \
32-
-e MAKEFILES=/OpenROAD-flow-scripts/flow/Makefile \
3332
-e YOSYS_EXE=$YOSYS_EXE \
3433
-e OPENROAD_EXE=$OPENROAD_EXE \
3534
-e KLAYOUT_CMD=$KLAYOUT_CMD \
@@ -40,5 +39,6 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \
4039
bash -c "set -ex
4140
mkdir /tmp/xdg-run
4241
cd /OpenROAD-flow-scripts/flow
42+
. ../env.sh
4343
$ARGUMENTS
4444
"

0 commit comments

Comments
 (0)