Skip to content

Commit 4660427

Browse files
authored
Revert "Add new darwin CC toolchain for tests (#3460)" (#3499)
This reverts commit cd98170.
1 parent 13aa470 commit 4660427

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.bazelrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
build --enable_platform_specific_config
2-
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
3-
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
4-
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
5-
61
build:windows --cpu=x64_windows
72
build:windows --compiler=mingw-gcc
83

WORKSPACE

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,3 @@ http_archive(
165165
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
166166

167167
stardoc_repositories()
168-
169-
# For testing objc_library interop, users should not need to install it
170-
http_archive(
171-
name = "build_bazel_apple_support",
172-
sha256 = "77a121a0f5d4cd88824429464ad2bfb54bdc8a3bccdb4d31a6c846003a3f5e44",
173-
url = "https://github.com/bazelbuild/apple_support/releases/download/1.4.1/apple_support.1.4.1.tar.gz",
174-
)
175-
176-
load(
177-
"@build_bazel_apple_support//lib:repositories.bzl",
178-
"apple_support_dependencies",
179-
)
180-
181-
apple_support_dependencies()

0 commit comments

Comments
 (0)