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(
144144 name = "transition_js_image_layer" ,
145145 testonly = True ,
146146 srcs = [":js_image_layer_untransitioned" ],
147- target_platform = ":linux_amd64" ,
148147 target_compatible_with = select ({
149148 "@platforms//os:windows" : ["@platforms//:incompatible" ],
150149 "//conditions:default" : [],
151150 }),
151+ target_platform = ":linux_amd64" ,
152152)
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ js_run_binary(
123123 log_level = "debug" ,
124124 silent_on_success = False ,
125125 stdout = "regexy-stdout" ,
126- tool = ":regexy" ,
127126 target_compatible_with = select ({
128127 "@platforms//os:windows" : ["@platforms//:incompatible" ],
129128 "//conditions:default" : [],
130129 }),
130+ tool = ":regexy" ,
131131)
132132
133133build_test (
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ js_binary(
99 data = glob (["min/**" ]) + ["package.json" ],
1010 entry_point = "min/index.min.js" ,
1111 include_npm = True ,
12- visibility = ["//visibility:public" ],
1312 target_compatible_with = select ({
1413 "@platforms//os:windows" : ["@platforms//:incompatible" ],
1514 "//conditions:default" : [],
1615 }),
16+ visibility = ["//visibility:public" ],
1717)
You can’t perform that action at this time.
0 commit comments