Skip to content

Commit

Permalink
Move non glob files out of glob
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Nov 2, 2023
1 parent 5b9f263 commit 8978fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuda/runtime/BUILD.local_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ package(
filegroup(
name = "compiler_deps",
srcs = [
":_cuda_header_files",
] + glob([
"cuda/version.txt",
"cuda/version.json",
":_cuda_header_files",
] + glob([
"cuda/bin/**",
"cuda/lib64/**",
"cuda/nvvm/**",
Expand Down

0 comments on commit 8978fac

Please sign in to comment.