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

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


The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
     new 98e5a31  Temporarily removing nomad binary
98e5a31 is described below

commit 98e5a3158b63c403ff3567b31d912145cef8443e
Author: Nicholas Nezis <[email protected]>
AuthorDate: Sun Apr 5 13:08:07 2020 -0400

    Temporarily removing nomad binary
---
 scripts/packages/BUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index 4991d27..7281219 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -1,6 +1,8 @@
-package(default_visibility = ["//visibility:public"])
+# load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_deb", "pkg_tar")
+load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
+load("//scripts/packages:self_extract_binary.bzl", "self_extract_binary")
 
-load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_deb", "pkg_tar")
+package(default_visibility = ["//visibility:public"])
 
 generated_release_files = [
     "release.yaml",
@@ -271,7 +273,7 @@ pkg_tar(
         "//heron/tools/explorer/src/python:heron-explorer",
         "//heron/tools/tracker/src/python:heron-tracker",
         "//heron/tools/ui/src/python:heron-ui",
-        "//third_party/nomad:heron-nomad",
+        # "//third_party/nomad:heron-nomad",
     ],
     package_dir = "bin",
 )
@@ -746,8 +748,6 @@ genrule(
         """,
 )
 
-load("//scripts/packages:self_extract_binary.bzl", "self_extract_binary")
-
 self_extract_binary(
     name = "heron-install.sh",
     flatten_resources = [

Reply via email to