plyvel no longer installed unless platform is explicitely linux in torba/setup.py

This commit is contained in:
Lex Berezhny 2019-02-22 19:42:41 -05:00
parent faa1935203
commit 3910964df1
2 changed files with 1 additions and 13 deletions

View file

@ -106,16 +106,6 @@ jobs:
before_install:
- 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
stage: build
name: "Wallet Server Docker Image - Tagged Release"

View file

@ -5,10 +5,8 @@ rm -rf /tmp/.wine-*
apt-get -qq update
apt-get -qq install -y git
git clone https://github.com/lbryio/torba.git --depth 1
pip install setuptools_scm
cd torba && pip install -e . && cd ..
pip install git+https://github.com/lbryio/torba.git
cd lbry