From d515bb062ad0339ccdb47adcbcbedd1bf989c6ed Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 24 Jun 2019 15:56:26 +0200 Subject: [PATCH] Support self cache for wheels (#18) --- builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder.sh b/builder.sh index ed5a1d5..d9bd3ac 100755 --- a/builder.sh +++ b/builder.sh @@ -861,6 +861,7 @@ while [[ $# -gt 0 ]]; do --builder-wheels) BUILD_TYPE="builder-wheels" PYTHON=$2 + SELF_CACHE=true shift ;;