Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ rm -rf "$RAPIDS_CONDA_BLD_OUTPUT_DIR"/build_cache
# Run the libcudacxx flag test at build time, since compilers are available
rapids-logger "Run libcudacxx_flag_test"
./cpp/tests/libcudacxx_flag_test/libcudacxx_flag_test.sh

rapids-upload-conda-to-s3 cpp
2 changes: 0 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ rapids-telemetry-record sccache-stats.txt sccache --show-adv-stats

# See https://github.com/prefix-dev/rattler-build/issues/1424
rm -rf "$RAPIDS_CONDA_BLD_OUTPUT_DIR"/build_cache

rapids-upload-conda-to-s3 python
5 changes: 0 additions & 5 deletions ci/build_wheel_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

set -euo pipefail

package_name="librmm"
package_dir="python/librmm"

source rapids-configure-sccache
Expand All @@ -12,8 +11,6 @@ source rapids-init-pip

rapids-generate-version > ./VERSION

RAPIDS_PY_CUDA_SUFFIX=$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")

cd "${package_dir}"

sccache --zero-stats
Expand All @@ -32,5 +29,3 @@ python -m auditwheel repair \
${dist_dir}/*

../../ci/validate_wheel.sh "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}"

RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 cpp "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}"
3 changes: 0 additions & 3 deletions ci/build_wheel_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

set -euo pipefail

package_name="rmm"
package_dir="python/rmm"

source rapids-configure-sccache
Expand Down Expand Up @@ -48,8 +47,6 @@ python -m auditwheel repair \

../../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}"

absolute_wheel_dir=$(realpath "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}")
# switch back to the root of the repo and check symbol visibility
popd
Expand Down