File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ platform_transition_filegroup(
144
144
name = "transition_js_image_layer" ,
145
145
testonly = True ,
146
146
srcs = [":js_image_layer_untransitioned" ],
147
- target_platform = ":linux_amd64" ,
148
147
target_compatible_with = select ({
149
148
"@platforms//os:windows" : ["@platforms//:incompatible" ],
150
149
"//conditions:default" : [],
151
150
}),
151
+ target_platform = ":linux_amd64" ,
152
152
)
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ js_run_binary(
123
123
log_level = "debug" ,
124
124
silent_on_success = False ,
125
125
stdout = "regexy-stdout" ,
126
- tool = ":regexy" ,
127
126
target_compatible_with = select ({
128
127
"@platforms//os:windows" : ["@platforms//:incompatible" ],
129
128
"//conditions:default" : [],
130
129
}),
130
+ tool = ":regexy" ,
131
131
)
132
132
133
133
build_test (
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ js_binary(
9
9
data = glob (["min/**" ]) + ["package.json" ],
10
10
entry_point = "min/index.min.js" ,
11
11
include_npm = True ,
12
- visibility = ["//visibility:public" ],
13
12
target_compatible_with = select ({
14
13
"@platforms//os:windows" : ["@platforms//:incompatible" ],
15
14
"//conditions:default" : [],
16
15
}),
16
+ visibility = ["//visibility:public" ],
17
17
)
You can’t perform that action at this time.
0 commit comments