mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 19:26:44 +00:00
see what the deal is with the pip cache
This commit is contained in:
parent
3c9b85809d
commit
606cea7db5
@ -117,6 +117,8 @@ jobs:
|
|||||||
# readable.
|
# readable.
|
||||||
working_directory: "/tmp"
|
working_directory: "/tmp"
|
||||||
command: |
|
command: |
|
||||||
|
# XXX DEBUGGING
|
||||||
|
ls -la /tmp/nobody
|
||||||
/tmp/project/.circleci/setup-virtualenv.sh \
|
/tmp/project/.circleci/setup-virtualenv.sh \
|
||||||
"${TAHOE_LAFS_TOX_ENVIRONMENT}" \
|
"${TAHOE_LAFS_TOX_ENVIRONMENT}" \
|
||||||
"${TAHOE_LAFS_TOX_ARGS}"
|
"${TAHOE_LAFS_TOX_ARGS}"
|
||||||
|
@ -24,7 +24,7 @@ sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
|
|||||||
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools wheel
|
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools wheel
|
||||||
|
|
||||||
# Populate the wheelhouse, if necessary.
|
# Populate the wheelhouse, if necessary.
|
||||||
sudo --set-home -u nobody /tmp/tests/bin/pip -vvv \
|
sudo --set-home -u nobody /tmp/tests/bin/pip \
|
||||||
wheel \
|
wheel \
|
||||||
--wheel-dir "${WHEELHOUSE_PATH}" \
|
--wheel-dir "${WHEELHOUSE_PATH}" \
|
||||||
/tmp/project
|
/tmp/project
|
||||||
|
Loading…
Reference in New Issue
Block a user