Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Add PDK_ROOT for run-precheck target
  • Loading branch information
jeffdi committed Jul 8, 2022
1 parent b7c2d71 commit eeb2fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ run-precheck: check-pdk check-precheck
-v $(PDK_ROOT):$(PDK_ROOT) \
-e INPUT_DIRECTORY=$(INPUT_DIRECTORY) \
-e PDK_PATH=$(PDK_ROOT)/$(PDK) \
-e PDK_ROOT=$(PDK_ROOT) \
-e PDKPATH=$(PDKPATH) \
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
efabless/mpw_precheck:latest bash -c "cd $(PRECHECK_ROOT) ; python3 mpw_precheck.py --input_directory $(INPUT_DIRECTORY) --pdk_path $(PDK_ROOT)/$(PDK)"
Expand Down

0 comments on commit eeb2fe5

Please sign in to comment.