We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c2d71 commit eeb2fe5Copy full SHA for eeb2fe5
Makefile
@@ -117,6 +117,7 @@ run-precheck: check-pdk check-precheck
117
-v $(PDK_ROOT):$(PDK_ROOT) \
118
-e INPUT_DIRECTORY=$(INPUT_DIRECTORY) \
119
-e PDK_PATH=$(PDK_ROOT)/$(PDK) \
120
+ -e PDK_ROOT=$(PDK_ROOT) \
121
-e PDKPATH=$(PDKPATH) \
122
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
123
efabless/mpw_precheck:latest bash -c "cd $(PRECHECK_ROOT) ; python3 mpw_precheck.py --input_directory $(INPUT_DIRECTORY) --pdk_path $(PDK_ROOT)/$(PDK)"
0 commit comments