Skip to content

Commit f6baf77

Browse files
authored
[CI] windows 2 (#3345)
* Fixes * Exclude * Exclude more
1 parent 233ff47 commit f6baf77

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • tensorflow/lite/micro/kernels

tensorflow/lite/micro/kernels/BUILD

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ tflm_cc_test(
540540
"//tensorflow/lite/micro:test_helpers",
541541
"//tensorflow/lite/micro/testing:micro_test",
542542
],
543+
target_compatible_with = select({
544+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
545+
"//conditions:default": [],
546+
}),
543547
)
544548

545549
tflm_cc_test(
@@ -554,6 +558,10 @@ tflm_cc_test(
554558
"//tensorflow/lite/micro:test_helpers",
555559
"//tensorflow/lite/micro/testing:micro_test",
556560
],
561+
target_compatible_with = select({
562+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
563+
"//conditions:default": [],
564+
}),
557565
)
558566

559567
tflm_cc_test(
@@ -908,6 +916,10 @@ tflm_cc_test(
908916
"//tensorflow/lite/micro:test_helpers",
909917
"//tensorflow/lite/micro/testing:micro_test",
910918
],
919+
target_compatible_with = select({
920+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
921+
"//conditions:default": [],
922+
}),
911923
)
912924

913925
tflm_cc_test(
@@ -922,6 +934,10 @@ tflm_cc_test(
922934
"//tensorflow/lite/micro:test_helpers",
923935
"//tensorflow/lite/micro/testing:micro_test",
924936
],
937+
target_compatible_with = select({
938+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
939+
"//conditions:default": [],
940+
}),
925941
)
926942

927943
tflm_cc_test(
@@ -1132,6 +1148,10 @@ tflm_cc_test(
11321148
"//tensorflow/lite/micro:debug_log",
11331149
"//tensorflow/lite/micro/testing:micro_test",
11341150
],
1151+
target_compatible_with = select({
1152+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
1153+
"//conditions:default": [],
1154+
}),
11351155
)
11361156

11371157
tflm_cc_test(
@@ -1586,6 +1606,10 @@ tflm_cc_test(
15861606
"//tensorflow/lite/micro:test_helpers",
15871607
"//tensorflow/lite/micro/testing:micro_test",
15881608
],
1609+
target_compatible_with = select({
1610+
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"],
1611+
"//conditions:default": [],
1612+
}),
15891613
)
15901614

15911615
tflm_cc_test(

0 commit comments

Comments
 (0)