Skip to content

Commit

Permalink
fix: add provides content for cuda_library and cuda_objects in order …
Browse files Browse the repository at this point in the history
…to required_providers
  • Loading branch information
Zeratul-Aiur committed Aug 30, 2023
1 parent 7100cde commit bbcef82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/private/rules/cuda_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ cuda_library = rule(
},
fragments = ["cpp"],
toolchains = use_cpp_toolchain() + use_cuda_toolchain(),
provides = [CcInfo],
provides = [DefaultInfo, OutputGroupInfo, CcInfo, CudaInfo],
)
1 change: 1 addition & 0 deletions cuda/private/rules/cuda_objects.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ code and device link time optimization source files.""",
},
fragments = ["cpp"],
toolchains = use_cpp_toolchain() + use_cuda_toolchain(),
provides = [DefaultInfo, OutputGroupInfo, CcInfo, CudaInfo],
)

0 comments on commit bbcef82

Please sign in to comment.