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 <[email protected]>
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 \

Reply via email to