Repository: thrift
Updated Branches:
  refs/heads/master 1d5113ed7 -> 9a32f8af3


THRIFT-4456: add --quiet to haxelib install so build log is not as huge


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9a32f8af
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/9a32f8af
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/9a32f8af

Branch: refs/heads/master
Commit: 9a32f8af3a02c994fc7f0f281b30caaeda20768d
Parents: 1d5113e
Author: James E. King III <jk...@apache.org>
Authored: Sun Jan 14 08:36:18 2018 -0500
Committer: James E. King III <jk...@apache.org>
Committed: Sun Jan 14 08:36:18 2018 -0500

----------------------------------------------------------------------
 build/docker/ubuntu-artful/Dockerfile | 2 +-
 build/docker/ubuntu-xenial/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/9a32f8af/build/docker/ubuntu-artful/Dockerfile
----------------------------------------------------------------------
diff --git a/build/docker/ubuntu-artful/Dockerfile 
b/build/docker/ubuntu-artful/Dockerfile
index a5439a0..7faf5e0 100644
--- a/build/docker/ubuntu-artful/Dockerfile
+++ b/build/docker/ubuntu-artful/Dockerfile
@@ -152,7 +152,7 @@ RUN apt-get install -y --no-install-recommends \
 #       neko \
 #       neko-dev
 # RUN haxelib setup --always /usr/share/haxe/lib && \
-#     haxelib install --always hxcpp
+#     haxelib install --quiet --always hxcpp
 
 RUN apt-get install -y --no-install-recommends \
 `# Java dependencies` \

http://git-wip-us.apache.org/repos/asf/thrift/blob/9a32f8af/build/docker/ubuntu-xenial/Dockerfile
----------------------------------------------------------------------
diff --git a/build/docker/ubuntu-xenial/Dockerfile 
b/build/docker/ubuntu-xenial/Dockerfile
index e06a0c0..a254a14 100644
--- a/build/docker/ubuntu-xenial/Dockerfile
+++ b/build/docker/ubuntu-xenial/Dockerfile
@@ -154,7 +154,7 @@ RUN apt-get install -y --no-install-recommends \
       neko-dev \
       libneko0
 RUN haxelib setup --always /usr/share/haxe/lib && \
-    haxelib install --always hxcpp 3.4.64
+    haxelib install --quiet --always hxcpp 3.4.64
 # note: hxcpp 3.4.185 (latest) no longer ships static libraries, and caused a 
build failure
 
 RUN apt-get install -y --no-install-recommends \

Reply via email to