From 935455c179bc128f64d72494e3b57a6fbff257bd Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 5 Oct 2023 17:15:12 -0700 Subject: [PATCH] Add missing commit override --- ci/build_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 275d4790c7..1d17f30c8c 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -12,6 +12,7 @@ source rapids-date-string # Use gha-tools rapids-pip-wheel-version to generate wheel version then # update the necessary files version_override="$(rapids-pip-wheel-version ${RAPIDS_DATE_STRING})" +commit_override=$(git rev-parse HEAD) RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"