Matthew Guthaus
06/18/2021, 8:21 PMdocker run -v $(PRECHECK_ROOT):/usr/local/bin -v $(TARGET_PATH):$(TARGET_PATH) -v $(PDK_ROOT):$(PDK_ROOT) -v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
-u $(shell id -u $(USER)):$(shell id -g $(USER)) efabless/open_mpw_precheck:latest bash -c "python3 open_mpw_prechecker.py --pdk_root $(PDK_ROOT) --target_path $(TARGET_PATH) -rfc -c $(CARAV\
EL_ROOT) "
however, inside docker, it doesn't get TARGET_PATH...
Am I missing updates or something?Matt Venn
06/18/2021, 8:42 PMMatthew Guthaus
06/18/2021, 8:45 PMMatthew Guthaus
06/18/2021, 8:45 PMRussell Friesenhahn
06/19/2021, 12:31 AMRussell Friesenhahn
06/19/2021, 12:31 AMefabless/open_mpw_precheck latest 932be00acea9 10 days ago 1.57GB
Russell Friesenhahn
06/19/2021, 12:31 AMMatthew Guthaus
06/19/2021, 12:32 AMMatthew Guthaus
06/19/2021, 12:35 AMRussell Friesenhahn
06/19/2021, 12:42 AMRussell Friesenhahn
06/19/2021, 12:42 AMTARGET_PATH=$(shell pwd)
Russell Friesenhahn
06/19/2021, 12:42 AMRussell Friesenhahn
06/19/2021, 12:42 AMmake run-precheck
Russell Friesenhahn
06/19/2021, 12:43 AMrun-precheck
and that part of the open_mpw_precheck was added int he last 10 days since I last pulled down an imageRussell Friesenhahn
06/19/2021, 12:43 AMMatthew Guthaus
06/19/2021, 12:49 AMRussell Friesenhahn
06/19/2021, 12:50 AM