|
|
|
@ -295,11 +295,11 @@ def grpc_deps(): |
|
|
|
|
# list of releases is at https://releases.bazel.build/bazel-toolchains.html |
|
|
|
|
http_archive( |
|
|
|
|
name = "bazel_toolchains", |
|
|
|
|
sha256 = "0b36eef8a66f39c8dbae88e522d5bbbef49d5e66e834a982402c79962281be10", |
|
|
|
|
strip_prefix = "bazel-toolchains-1.0.1", |
|
|
|
|
sha256 = "179ec02f809e86abf56356d8898c8bd74069f1bd7c56044050c2cd3d79d0e024", |
|
|
|
|
strip_prefix = "bazel-toolchains-4.1.0", |
|
|
|
|
urls = [ |
|
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/1.0.1.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.0.1/bazel-toolchains-1.0.1.tar.gz", |
|
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/4.1.0.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -370,22 +370,21 @@ def grpc_deps(): |
|
|
|
|
if "build_bazel_rules_apple" not in native.existing_rules(): |
|
|
|
|
http_archive( |
|
|
|
|
name = "build_bazel_rules_apple", |
|
|
|
|
strip_prefix = "rules_apple-b869b0d3868d78a1d4ffd866ccb304fb68aa12c3", |
|
|
|
|
sha256 = "bdc8e66e70b8a75da23b79f1f8c6207356df07d041d96d2189add7ee0780cf4e", |
|
|
|
|
sha256 = "0052d452af7742c8f3a4e0929763388a66403de363775db7e90adecb2ba4944b", |
|
|
|
|
urls = [ |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3.tar.gz", |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_apple/releases/download/0.31.3/rules_apple.0.31.3.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/rules_apple/releases/download/0.31.3/rules_apple.0.31.3.tar.gz", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
if "build_bazel_apple_support" not in native.existing_rules(): |
|
|
|
|
http_archive( |
|
|
|
|
name = "build_bazel_apple_support", |
|
|
|
|
sha256 = "76df040ade90836ff5543888d64616e7ba6c3a7b33b916aa3a4b68f342d1b447", |
|
|
|
|
urls = [ |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/apple_support/releases/download/0.7.1/apple_support.0.7.1.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/apple_support/releases/download/0.7.1/apple_support.0.7.1.tar.gz", |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/apple_support/releases/download/0.11.0/apple_support.0.11.0.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/apple_support/releases/download/0.11.0/apple_support.0.11.0.tar.gz", |
|
|
|
|
], |
|
|
|
|
sha256 = "122ebf7fe7d1c8e938af6aeaee0efe788a3a2449ece5a8d6a428cb18d6f88033", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
if "libuv" not in native.existing_rules(): |
|
|
|
|