From 1c2c30d8b436d5bdfcbc8e1bebf72f55e49b568e Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 27 May 2025 15:45:11 -0500 Subject: [PATCH 1/2] stop uploading packages to downloads.rapids.ai --- ci/build_cpp.sh | 2 -- ci/build_python.sh | 2 -- ci/build_wheel.sh | 2 -- 3 files changed, 6 deletions(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 57e4c6c46..34c3366ce 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -24,5 +24,3 @@ sccache --zero-stats RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry build conda/recipes/libcucim sccache --show-adv-stats - -rapids-upload-conda-to-s3 cpp diff --git a/ci/build_python.sh b/ci/build_python.sh index 6c006402b..9e062821b 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -33,5 +33,3 @@ RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry build \ conda/recipes/cucim sccache --show-adv-stats - -rapids-upload-conda-to-s3 python diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index c94bba7ea..6dfb1db24 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -62,5 +62,3 @@ python -m auditwheel repair -w "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" dist/* ls -1 "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" | grep -vqz 'none' ../../ci/validate_wheel.sh "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" - -RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 python "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" From e9c79e3734d3961913d19f2cf1792f3474228e5d Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 27 May 2025 15:57:00 -0500 Subject: [PATCH 2/2] pre-commit --- ci/build_wheel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 6dfb1db24..0b7c1c5ce 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -14,8 +14,6 @@ source rapids-init-pip rapids-generate-version > ./VERSION -RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")" - rapids-logger "Generating build requirements" rapids-dependency-file-generator \