You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/02/27 06:35:59 UTC

[incubator-heron] 01/02: Added Bazel platforms dependency

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-platforms
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 52da3941ccb638e899ee1fa5edcabe65a3343125
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sun Feb 27 01:21:50 2022 -0500

    Added Bazel platforms dependency
---
 WORKSPACE | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/WORKSPACE b/WORKSPACE
index 65370cf..73467ab 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -173,6 +173,16 @@ load(
 )
 jar_jar_repositories()
 
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+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_python",
     sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0",