Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2665 from jeffng-or/docker-sh…
Browse files Browse the repository at this point in the history
…ell-mods2

docker shell mods to address reading makefiles in twice and enable op…
  • Loading branch information
maliberty authored Jan 8, 2025
2 parents 228c0c7 + 5674415 commit 227d694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/util/docker_shell
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \
-v $XAUTH:$XAUTH \
-e XAUTHORITY=$XAUTH \
-e FLOW_HOME=/OpenROAD-flow-scripts/flow/ \
-e MAKEFILES=/OpenROAD-flow-scripts/flow/Makefile \
-e YOSYS_EXE=$YOSYS_EXE \
-e OPENROAD_EXE=$OPENROAD_EXE \
-e KLAYOUT_CMD=$KLAYOUT_CMD \
Expand All @@ -40,5 +39,6 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \
bash -c "set -ex
mkdir /tmp/xdg-run
cd /OpenROAD-flow-scripts/flow
. ../env.sh
$ARGUMENTS
"

0 comments on commit 227d694

Please sign in to comment.