Skip to content

Commit

Permalink
Fix upstream breakage due to missing docker mount (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonblanchard committed Apr 21, 2022
1 parent 2e89d09 commit 2fc8c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endif
@if [ -f ./$*/interactive.tcl ]; then\
docker run --rm -v $(OPENLANE_ROOT):/openlane \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(PWD)/..:$(PWD)/.. \
-v $(MCW_ROOT):$(MCW_ROOT) \
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
-e MCW_ROOT=$(MCW_ROOT) \
Expand All @@ -57,6 +58,7 @@ endif
else\
docker run --rm -v $(OPENLANE_ROOT):/openlane \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(PWD)/..:$(PWD)/.. \
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
-v $(MCW_ROOT):$(MCW_ROOT) \
-e MCW_ROOT=$(MCW_ROOT) \
Expand Down

0 comments on commit 2fc8c13

Please sign in to comment.