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

Request: Cut a new release? #177

Closed
bgianfo opened this issue Oct 3, 2023 · 2 comments
Closed

Request: Cut a new release? #177

bgianfo opened this issue Oct 3, 2023 · 2 comments

Comments

@bgianfo
Copy link

bgianfo commented Oct 3, 2023

Would it be possible to cut a new release soon? I would like to consume the cuda_test(..) functionality as part of an official release.

@cloudhan
Copy link
Collaborator

cloudhan commented Oct 3, 2023

At the moment, you can use

http_archive(
    name = "rules_cuda",
    sha256 = "442a9d15adb4615cd76748d0769d80a1f190b14ea0948de9777c997ddbf46ad8",
    strip_prefix = "rules_cuda-d3b9ab7d3af2040aa3bb007b66c224d7dc9af06b",
    urls = ["https://github.com/bazel-contrib/rules_cuda/archive/d3b9ab7d3af2040aa3bb007b66c224d7dc9af06b.tar.gz"],
)

to consume the main branch directly.

There will be a 0.2.1 release recently, but mainly for fixing #162.

@cloudhan
Copy link
Collaborator

cloudhan commented Oct 8, 2023

v0.2.1 tagged. cuda_test included.

@cloudhan cloudhan closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants