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

commit f7b43adb7c7da5e8b00408f1a8e1323d5192d622
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Tue Jan 28 03:24:26 2020 -0500

    Added python3-wheel to travis.yml
---
 .travis.yml                       | 5 -----
 docker/compile/Dockerfile.centos7 | 4 +---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2b8313f..cd027ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,11 +37,6 @@ before_install:
   - ./bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh --user
 
 before_script:
-  # install python module for wheel files
-  # required for python packaging
-  # - sudo pip install wheel
-
-script:
   - which gcc-4.8
   - gcc --version
   - which g++-4.8
diff --git a/docker/compile/Dockerfile.centos7 
b/docker/compile/Dockerfile.centos7
index ce36899..9d7debc 100644
--- a/docker/compile/Dockerfile.centos7
+++ b/docker/compile/Dockerfile.centos7
@@ -19,7 +19,7 @@ FROM centos:centos7
 
 # This is passed to the heron build command via the --config flag
 ENV TARGET_PLATFORM centos
-ENV bazelVersion 0.26.0
+ENV bazelVersion 2.0.0
 
 RUN yum -y upgrade
 RUN yum -y install \
@@ -36,8 +36,6 @@ RUN yum -y install \
       make \
       patch \
       python-devel \
-      python3-devel \
-      python3-setuptools \
       zip \
       unzip \
       wget \

Reply via email to