Skip to content

Commit

Permalink
Use actual UCXX versioning (#215)
Browse files Browse the repository at this point in the history
Further details [here](rapidsai/docs#503 (comment)).

Authors:
  - Jake Awe (https://github.com/AyodeAwe)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #215
  • Loading branch information
AyodeAwe authored Mar 25, 2024
1 parent 5445402 commit 83d883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83d883d

Please sign in to comment.