X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docker-build-wheels.sh;h=bf7dc1c75daf245494d9f1d0551cc7341a301dd2;hb=5a0ff777c022e816a5666272d9d6d9b327aed750;hp=7903031fed5c69c227a83e72c5361033efc221f5;hpb=b60dc9e4447a735bbec2fb6cda1fbd820b19d4b9;p=sfpy.git diff --git a/docker-build-wheels.sh b/docker-build-wheels.sh index 7903031..bf7dc1c 100755 --- a/docker-build-wheels.sh +++ b/docker-build-wheels.sh @@ -2,7 +2,7 @@ set -e -x cd /io/ -rm wheelhouse/*.whl +rm -f wheelhouse/*.whl (cd SoftPosit/build/Linux-x86_64-GCC; make clean; make) (cd berkeley-softfloat-3/build/Linux-x86_64-GCC; make clean; make)