Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make conda installs in CI stricter (part 2) #17042

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

jameslamb
Copy link
Member

Description

Follow-up to #17013

Changes relative to that PR:

  • switches to pinning CI conda installs to the output of rapids-version ({major}.{minor}.{patch}) instead of rapids-version-major-minor ({major}.{minor}), to get a bit more protection in the presence of hotfix releases
  • restores some exporting of variables needed for docs builds

I made some mistakes in #17013 (comment). Missed that this project's Doxygen setup is expecting to find RAPIDS_VERSION and RAPIDS_VERSION_MAJOR_MINOR defined in the environment.

PROJECT_NUMBER = $(RAPIDS_VERSION)

TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/$(RAPIDS_VERSION_MAJOR_MINOR)

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jameslamb jameslamb added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Oct 10, 2024
@jameslamb jameslamb changed the title WIP: make conda installs in CI stricter (part 2) make conda installs in CI stricter (part 2) Oct 10, 2024
@jameslamb jameslamb marked this pull request as ready for review October 10, 2024 21:27
@jameslamb jameslamb requested a review from a team as a code owner October 10, 2024 21:27
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 89a6fe5 into rapidsai:branch-24.12 Oct 11, 2024
107 checks passed
@jameslamb jameslamb deleted the ci-conda-installs-pt2 branch October 11, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants