forked from LBRYCommunity/lbry-sdk
plyvel no longer installed unless platform is explicitely linux in torba/setup.py
This commit is contained in:
parent
faa1935203
commit
3910964df1
2 changed files with 1 additions and 13 deletions
10
.travis.yml
10
.travis.yml
|
@ -106,16 +106,6 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- brew upgrade python || true
|
- brew upgrade python || true
|
||||||
- brew upgrade python || true
|
- brew upgrade python || true
|
||||||
install:
|
|
||||||
- python3 --version
|
|
||||||
- pip3 --version
|
|
||||||
- pip3 install pyinstaller
|
|
||||||
- git clone https://github.com/lbryio/torba.git --depth 1
|
|
||||||
- sed -i -e "s/'plyvel',//" torba/setup.py
|
|
||||||
- cd torba && pip3 install -e . && cd ..
|
|
||||||
- python3 scripts/set_build.py
|
|
||||||
- pip3 install -e .
|
|
||||||
|
|
||||||
- if: tag IS present
|
- if: tag IS present
|
||||||
stage: build
|
stage: build
|
||||||
name: "Wallet Server Docker Image - Tagged Release"
|
name: "Wallet Server Docker Image - Tagged Release"
|
||||||
|
|
|
@ -5,10 +5,8 @@ rm -rf /tmp/.wine-*
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
apt-get -qq install -y git
|
apt-get -qq install -y git
|
||||||
|
|
||||||
git clone https://github.com/lbryio/torba.git --depth 1
|
|
||||||
|
|
||||||
pip install setuptools_scm
|
pip install setuptools_scm
|
||||||
cd torba && pip install -e . && cd ..
|
pip install git+https://github.com/lbryio/torba.git
|
||||||
|
|
||||||
cd lbry
|
cd lbry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue