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

Fix CUDA 11.5 tests by adding dependencies entries. #443

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jul 25, 2023

Description

Nightly CI runs are failing for CUDA 11.5 because the build package list does not specify a matrix entry for CUDA 11.5. This adds the missing matrix entry.

See failure below:

ValueError: No matching matrix found in 'build' for: {'cuda': '11.5', 'arch': 'x86_64'}

https://github.com/rapidsai/rapids-cmake/actions/runs/5652925311/job/15313316122

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The cmake-format.json is up to date with these changes.
  • I have added new files under rapids-cmake/
    • I have added include guards (include_guard(GLOBAL))
    • I have added the associated docs/ rst file and update the api.rst

@bdice bdice requested a review from robertmaynard July 25, 2023 15:35
@bdice bdice self-assigned this Jul 25, 2023
@bdice bdice added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 25, 2023
@robertmaynard
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 280908b into rapidsai:branch-23.08 Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants