From 6a7eaa2fa0ae22fca87d1e0b855d37857e2eb800 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 9 Nov 2021 13:45:33 -0500 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 2 ++ scripts/make-wheels.sh | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec777d7..65de8df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,8 @@ jobs: src/rocksdb/librocksdb.a - name: Install requirements run: sudo apt-get install build-essential binutils cmake + - name: Make static library files + run: make clean && make - name: Build wheels run: /bin/bash scripts/build.sh - uses: actions/upload-artifact@v2 diff --git a/scripts/make-wheels.sh b/scripts/make-wheels.sh index c32c575..f28d1f1 100644 --- a/scripts/make-wheels.sh +++ b/scripts/make-wheels.sh @@ -1,11 +1,9 @@ set -ex -apt install -y binutils cmake +apt install -y binutils cd lbry-rocksdb mkdir -p dist -make clean && make - function build_wheel() { /opt/python/$1/bin/pip install cython wheel