From 9f979b5932e63768d91eb9ffc52b925e72a71cd9 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 17 Oct 2024 11:21:34 -0500 Subject: [PATCH] actually turn off build isolation --- ci/build_wheel_libcuspatial.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build_wheel_libcuspatial.sh b/ci/build_wheel_libcuspatial.sh index a92be1f34..d9f0de441 100755 --- a/ci/build_wheel_libcuspatial.sh +++ b/ci/build_wheel_libcuspatial.sh @@ -30,6 +30,7 @@ python -m pip install \ -r /tmp/requirements-build.txt # build with '--no-build-isolation', for better sccache hit rate -export PIP_NO_BUILD_ISOLATION=true +# 0 really means "add --no-build-isolation" (ref: https://github.com/pypa/pip/issues/5735) +export PIP_NO_BUILD_ISOLATION=0 ci/build_wheel.sh "${package_name}" python/libcuspatial cpp