Skip to content

Commit

Permalink
Merge pull request #324 from chainer-ci/bp-323-v11-dedup-cuda-driver-…
Browse files Browse the repository at this point in the history
…bump

[backport] Do not keep duplicate code to update cuda driver
  • Loading branch information
kmaehashi authored Jan 12, 2023
2 parents 2c07341 + 74000ea commit 11092b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .pfnci/wheel-linux/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if [ -z "${BRANCH}" ]; then
BRANCH="$(cat ./.pfnci/BRANCH)"
fi

.pfnci/wheel-linux/update-cuda-driver.sh

git clone --recursive --branch "${BRANCH}" --depth 1 https://github.com/cupy/cupy.git cupy

cupy/.pfnci/linux/update-cuda-driver.sh

for PY in $(echo ${PYTHON} | tr ',' ' '); do
CUPY_RELEASE_VERIFY_REMOVE_IMAGE=1 ./build.sh "${CUDA}" "${PY}"
done
Expand Down
17 changes: 0 additions & 17 deletions .pfnci/wheel-linux/update-cuda-driver.sh

This file was deleted.

0 comments on commit 11092b8

Please sign in to comment.