From a456c1069e410bf177fc55f60e676ae81f8bdbc9 Mon Sep 17 00:00:00 2001 From: peng3141 Date: Fri, 3 Jan 2025 15:15:40 +0000 Subject: [PATCH] 1/3: revert test config change in #4203 --- tests/core/cross/BUILD.bazel | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/core/cross/BUILD.bazel b/tests/core/cross/BUILD.bazel index 474966a314..ac34bd91f1 100644 --- a/tests/core/cross/BUILD.bazel +++ b/tests/core/cross/BUILD.bazel @@ -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"],