Skip to content

Commit bb05010

Browse files
committed
Improve non_pure_cross
1 parent 7844ce9 commit bb05010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/core/cross/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ go_binary(
1313
goarch = "amd64",
1414
goos = "darwin",
1515
pure = "off",
16-
target_compatible_with = ["@platforms//os:macos"],
1716
deps = [":platform_lib"],
18-
) if "@platforms//os:osx" in HOST_CONSTRAINTS and "@platforms//cpu:x86_64" in HOST_CONSTRAINTS else None
17+
) if "@platforms//os:osx" in HOST_CONSTRAINTS else None
1918

2019
go_binary(
2120
name = "windows_cross",

0 commit comments

Comments
 (0)