We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4918fa commit 40a51d6Copy full SHA for 40a51d6
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