mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #21167 - servo:jdm-patch-13, r=asajeffrey
Avoid virtualenv conflicts when running nightly jobs To avoid the errors that appear in http://build.servo.org/builders/linux-nightly/builds/750, I'm trying to keep the regular mach virtualenv and the one used for test-perf separate. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21167) <!-- Reviewable:end -->
This commit is contained in:
commit
f01f6ae6bf
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ fi
|
||||||
# Make sure we're running with an up-to-date warc test repo
|
# Make sure we're running with an up-to-date warc test repo
|
||||||
git -C ${WARC_DIR} pull --progress
|
git -C ${WARC_DIR} pull --progress
|
||||||
|
|
||||||
virtualenv venv --python="$(which python3)"
|
virtualenv venv ./perf-venv --python="$(which python3)"
|
||||||
PS1="" source venv/bin/activate
|
PS1="" source ./perf-venv/bin/activate
|
||||||
# `PS1` must be defined before activating virtualenv
|
# `PS1` must be defined before activating virtualenv
|
||||||
pip install \
|
pip install \
|
||||||
"boto3>=1.4.0" \
|
"boto3>=1.4.0" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue