From 8f19c9c3aacf6e612a0cd61f4cf882903bf045aa Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 10 Apr 2024 10:23:28 -0400 Subject: [PATCH] REL v24.04.00 release --- .github/workflows/pr.yaml | 2 +- ci/build_docs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c0a9a0841..d717b15fc 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -78,7 +78,7 @@ jobs: script: ci/test_wheel.sh devcontainer: secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@fix/devcontainer-json-location + uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.04 with: arch: '["amd64"]' cuda: '["12.2"]' diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 1239bdac3..ddd4b5014 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -27,7 +27,7 @@ rapids-mamba-retry install \ export RAPIDS_VERSION="$(rapids-version)" export RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)" -export RAPIDS_VERSION_NUMBER="$RAPIDS_VERSION_MAJOR_MINOR" +export RAPIDS_VERSION_NUMBER="24.04" export RAPIDS_DOCS_DIR="$(mktemp -d)" rapids-logger "Build CPP docs"