Skip to content

Commit 82dcb06

Browse files
committed
Removes LIB and LIBRARY_PATH environment variables from the build-wheel workflow.
1 parent b400e34 commit 82dcb06

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,9 @@ jobs:
157157
# CIBW mounts the host filesystem under /host
158158
CIBW_ENVIRONMENT_LINUX: >
159159
CUDA_PATH=/host/${{ env.CUDA_PATH }}
160-
LIBRARY_PATH=/host/${{ env.CUDA_PATH }}/lib
161160
CUDA_PYTHON_PARALLEL_LEVEL=${{ env.CUDA_PYTHON_PARALLEL_LEVEL }}
162161
CIBW_ENVIRONMENT_WINDOWS: >
163162
CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
164-
LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
165163
CUDA_PYTHON_PARALLEL_LEVEL=${{ env.CUDA_PYTHON_PARALLEL_LEVEL }}
166164
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
167165
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)