Skip to content

Commit 6818945

Browse files
huydhnpytorchmergebot
authored andcommitted
Fix bazel job after pytorch#144489 (pytorch#146840)
This is currently failing in trunk with the following error https://github.com/pytorch/pytorch/actions/runs/13246034191/job/36972742610 ### Testing Bazel job passing https://github.com/pytorch/pytorch/actions/runs/13247495161/job/36977571965 Pull Request resolved: pytorch#146840 Approved by: https://github.com/atalman
1 parent 652880e commit 6818945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ cc_test(
10361036
"test/cpp/lazy/test_ir.cpp",
10371037
"test/cpp/lazy/test_lazy_ops.cpp",
10381038
"test/cpp/lazy/test_lazy_ops_util.cpp",
1039+
"test/cpp/lazy/test_lazy_graph_executor.cpp",
10391040
],
10401041
),
10411042
linkstatic = True,

0 commit comments

Comments
 (0)