Skip to content

Commit

Permalink
Remove platforms dependency
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Jul 9, 2024
1 parent e49e9ab commit 380dc4d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions third_party/bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

def bazel_repos():
maybe(
http_archive,
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
],
sha256 = "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
)

http_archive(
name = "rules_foreign_cc",
sha256 = "4b33d62cf109bcccf286b30ed7121129cc34cf4f4ed9d8a11f38d9108f40ba74",
Expand Down

0 comments on commit 380dc4d

Please sign in to comment.