Skip to content

Commit

Permalink
1/3: revert test config change in bazel-contrib#4203
Browse files Browse the repository at this point in the history
  • Loading branch information
peng3141 committed Jan 3, 2025
1 parent 292d14d commit a456c10
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/core/cross/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ test_suite(
name = "cross",
)

go_binary(
name = "non_pure_cross",
srcs = ["main.go"],
goarch = "amd64",
goos = "darwin",
pure = "off",
target_compatible_with = ["@platforms//os:macos"],
deps = [":platform_lib"],
)

go_binary(
name = "windows_cross",
srcs = ["main.go"],
Expand Down

0 comments on commit a456c10

Please sign in to comment.