From 6d83f7e7bdb61d52dcefabb2c7c76e45b618baa2 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 24 Feb 2020 17:46:52 -0300 Subject: [PATCH] correct wheel with boost 1.65 --- .github/workflows/main.yml | 2 +- Makefile | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24e18f0dd..f50692e5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends ffmpeg - if: matrix.test == 'datanetwork' - run: sudo apt install -y --no-install-recommends libboost1.67-all-dev + run: sudo apt install -y --no-install-recommends libboost1.65-all-dev - run: pip install tox-travis - run: tox -e ${{ matrix.test }} diff --git a/Makefile b/Makefile index 65615b8b6..a6221fa03 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: install tools lint test idea install: - pip install https://s3.amazonaws.com/files.lbry.io/python_libtorrent-1.2.4-py2.py3-none-any.whl + pip install https://s3.amazonaws.com/files.lbry.io/python_libtorrent-1.2.4-py3-none-any.whl CFLAGS="-DSQLITE_MAX_VARIABLE_NUMBER=2500000" pip install -U https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \ --global-option=fetch \ --global-option=--version --global-option=3.30.1 --global-option=--all \ diff --git a/tox.ini b/tox.ini index b2485aecb..55a4f4d79 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ changedir = {toxinidir}/tests setenv = HOME=/tmp commands = - pip install https://s3.amazonaws.com/files.lbry.io/python_libtorrent-1.2.4-py2.py3-none-any.whl + pip install https://s3.amazonaws.com/files.lbry.io/python_libtorrent-1.2.4-py3-none-any.whl pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \ --global-option=fetch \ --global-option=--version --global-option=3.30.1 --global-option=--all \