We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8d2c8 commit 577fa3dCopy full SHA for 577fa3d
.github/workflows/build-wheel.yml
@@ -138,11 +138,11 @@ jobs:
138
CIBW_ENVIRONMENT_LINUX: >
139
CUDA_PATH=/host/${{ env.CUDA_PATH }}
140
CUDA_PYTHON_PARALLEL_LEVEL=${{ env.CUDA_PYTHON_PARALLEL_LEVEL }}
141
+ CC=/host$(which sccache) cc
142
+ CXX=/host$(which sccache) c++
143
CIBW_ENVIRONMENT_WINDOWS: >
144
CUDA_PATH="$(cygpath -w ${{ env.CUDA_PATH }})"
145
- CC: sccache gcc
- CXX: sccache g++
146
- name: List the cuda.bindings artifacts directory
147
run: |
148
if [[ "${{ inputs.host-platform }}" == win* ]]; then
0 commit comments