This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/debian10-java11
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/debian10-java11 by
this push:
new ab35f72 adding c flags
ab35f72 is described below
commit ab35f72a981dd8fd8b950b472c4983c2651e5cc4
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Mar 7 08:42:11 2020 -0600
adding c flags
---
docker/compile/Dockerfile.debian10 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker/compile/Dockerfile.debian10
b/docker/compile/Dockerfile.debian10
index c240b98..691937a 100644
--- a/docker/compile/Dockerfile.debian10
+++ b/docker/compile/Dockerfile.debian10
@@ -20,6 +20,8 @@ FROM openjdk:11.0.6-slim-buster
# 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 \