From 52c6f91b0da3f3288d71c96720603d59efdd2a9e Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Mon, 20 Aug 2018 17:50:41 -0700 Subject: [PATCH] oops oops -f so the script won't complain if nothing is there --- docker-build-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2