Skip to content

fix: add package_name input to cpp-post-build-check#529

Open
gforsyth wants to merge 1 commit intomainfrom
cpp_post_build_check
Open

fix: add package_name input to cpp-post-build-check#529
gforsyth wants to merge 1 commit intomainfrom
cpp_post_build_check

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

I didn't know the post-build checks bake in a call to rapids-package-name via rapids-download-conda-from-github.

rapids-artifact-name requires explicit arguments for the package name, so I've added that as an input. If the argument isn't provided, we maintain the current behavior.

@gforsyth gforsyth added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Apr 29, 2026
@gforsyth
Copy link
Copy Markdown
Contributor Author

Tested in rapidsai/cudf@66b9e07

@gforsyth gforsyth marked this pull request as ready for review April 29, 2026 16:17
@gforsyth gforsyth requested a review from a team as a code owner April 29, 2026 16:17
@gforsyth gforsyth requested review from AyodeAwe and removed request for a team April 29, 2026 16:17
CPP_DIR=$(rapids-download-from-github "$(rapids-artifact-name conda_cpp $PACKAGE_NAME "${REPO##*/}" --cuda)")
else
CPP_DIR=$(rapids-download-conda-from-github cpp)
fi
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this is just temporary to allow the PR to be merged?

I'm fine with that. In general, I'd like to see there be as few different routes through the configuration as possible... e.g. I'd like the end state to be that package_name is required by all callers.

@jameslamb jameslamb removed the request for review from AyodeAwe May 5, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants