Skip to content

Commit

Permalink
Test case for
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Jan 31, 2024
1 parent c4918fa commit 40a51d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ cc_binary(
srcs = ["print_args.cpp"],
visibility = ["//visibility:public"],
)

# Quick test for https://github.com/bazelbuild/rules_python/issues/1732#issuecomment-1918268343. Delete when resolved.
load("@python_3_11//:defs.bzl", "py_binary")
py_binary(
name = "nvcc_clang_diff",
srcs = ["nvcc_clang_diff.py"],
)

0 comments on commit 40a51d6

Please sign in to comment.