From 83d883dfb327dbeda1e971319a3b6078df30f403 Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:48:37 -0500 Subject: [PATCH] Use actual UCXX versioning (#215) Further details [here](https://github.com/rapidsai/docs/pull/503#issue-2202877207). Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/ucxx/pull/215 --- ci/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 23ff4b21..c417c02f 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -27,7 +27,7 @@ rapids-mamba-retry install \ export UCXX_VERSION="$(sed -E -e 's/^([0-9]+)\.([0-9]+)\.([0-9]+).*$/\1.\2.\3/' VERSION)" export UCXX_VERSION_MAJOR_MINOR="$(sed -E -e 's/^([0-9]+)\.([0-9]+)\.([0-9]+).*$/\1.\2/' VERSION)" -export RAPIDS_VERSION_NUMBER="24.06" +export RAPIDS_VERSION_NUMBER="$UCXX_VERSION_MAJOR_MINOR" export RAPIDS_DOCS_DIR="$(mktemp -d)" rapids-logger "Build CPP docs"