We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc92cb1 commit c60dc75Copy full SHA for c60dc75
BUILD
@@ -35,3 +35,10 @@ cc_binary(
35
srcs = ["print_args.cpp"],
36
visibility = ["//visibility:public"],
37
)
38
+
39
+# Quick test for https://github.com/bazelbuild/rules_python/issues/1732#issuecomment-1918268343. Delete when resolved.
40
+load("@python_3_11//:defs.bzl", "py_binary")
41
+py_binary(
42
+ name = "nvcc_clang_diff",
43
+ srcs = ["nvcc_clang_diff.py"],
44
+)
0 commit comments