We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7844ce9 commit bb05010Copy full SHA for bb05010
tests/core/cross/BUILD.bazel
@@ -13,9 +13,8 @@ go_binary(
13
goarch = "amd64",
14
goos = "darwin",
15
pure = "off",
16
- target_compatible_with = ["@platforms//os:macos"],
17
deps = [":platform_lib"],
18
-) if "@platforms//os:osx" in HOST_CONSTRAINTS and "@platforms//cpu:x86_64" in HOST_CONSTRAINTS else None
+) if "@platforms//os:osx" in HOST_CONSTRAINTS else None
19
20
go_binary(
21
name = "windows_cross",
0 commit comments