You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/02/06 04:40:48 UTC

[incubator-heron] branch joshfischer/debian-container created (now 6b8ac05)

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

joshfischer pushed a change to branch joshfischer/debian-container
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 6b8ac05  adding ignore warning flags

This branch includes the following new commits:

     new 6b8ac05  adding ignore warning flags

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-heron] 01/01: adding ignore warning flags

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/debian-container
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 6b8ac059c126b9a652a995c059a7ed993fa2bb68
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Wed Feb 5 22:40:20 2020 -0600

    adding ignore warning flags
---
 docker/compile/Dockerfile.debian9 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/compile/Dockerfile.debian9 b/docker/compile/Dockerfile.debian9
index 2a3e70a..9ee2fac 100644
--- a/docker/compile/Dockerfile.debian9
+++ b/docker/compile/Dockerfile.debian9
@@ -20,6 +20,8 @@ FROM openjdk:8-jdk-slim
 # This is passed to the heron build command via the --config flag
 ENV TARGET_PLATFORM debian
 ENV bazelVersion 0.26.0
+ENV CFLAGS -Wno-error
+ENV CXXFLAGS -Wno-error
 
 RUN apt-get update && apt-get -y install \
       automake \