fixes
This commit is contained in:
parent
b62fffe626
commit
05432b931b
2 changed files with 12 additions and 17 deletions
27
build.sh
27
build.sh
|
@ -23,25 +23,20 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
|||
set +u
|
||||
source "$VENV/bin/activate"
|
||||
set -u
|
||||
pip install -U pip setuptools
|
||||
pip install -U pip setuptools pyinstaller
|
||||
fi
|
||||
|
||||
npm install
|
||||
|
||||
(
|
||||
cd "$ROOT/app"
|
||||
npm install
|
||||
)
|
||||
|
||||
(
|
||||
cd "$ROOT/lbry"
|
||||
pip install -r requirements.txt
|
||||
# need to install our version of lbryum, not
|
||||
# what is currently on master
|
||||
pushd "$ROOT/lbryum"
|
||||
pip install .
|
||||
popd
|
||||
pip install .
|
||||
)
|
||||
pushd "$ROOT/lbry"
|
||||
pip install -r requirements.txt
|
||||
# need to install our version of lbryum, not
|
||||
# what is currently on master
|
||||
pushd "$ROOT/lbryum"
|
||||
pip install .
|
||||
popd
|
||||
pip install .
|
||||
popd
|
||||
|
||||
(
|
||||
cd "$ROOT/lbrynet"
|
||||
|
|
2
lbry
2
lbry
|
@ -1 +1 @@
|
|||
Subproject commit a407bb2db21bf9460100eddd130401d33c0e538b
|
||||
Subproject commit 716c4187177c923aa915d2849c92228ddb78918c
|
Loading…
Reference in a new issue