Try to debug tmpdir problem

This commit is contained in:
Matthew Honnibal 2020-09-01 01:10:53 +02:00
parent ec660e3131
commit 61a71d8bcc
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@ endif
dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
$(VENV)/bin/pex \
tmp_dir = $(TMPDIR)
echo $(tmp_dir)
source $(VENV)/bin/activate
export TMPDIR=$(tmp_dir)
pex \
-f $(WHEELHOUSE) \
--no-index \
--disable-cache \