Skip to content

Commit dc9aee4

Browse files
committed
ci: isolate cuda-core source builds by CUDA major
1 parent 5c5b4bf commit dc9aee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/ci-pixi-source-test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
for CUDA_ENV in ${CUDA_ENVS}; do
146146
echo "::group::Source-build ${CUDA_ENV}"
147147
# Avoid carrying Cython outputs between CUDA-major environments.
148+
rm -rf cuda_core/build/cython cuda_core/cython_debug
149+
find cuda_core/cuda/core -type f -name '*.so' -delete
148150
find cuda_bindings/tests/cython cuda_bindings_12/tests/cython cuda_core/tests/cython \
149151
-maxdepth 1 -type f \( -name 'test_*.cpp' -o -name 'test_*.so' \) -delete
150152

0 commit comments

Comments
 (0)