You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/01/05 04:39:54 UTC

thrift git commit: fix appveyor builds - ant version changed to 1.9.8

Repository: thrift
Updated Branches:
  refs/heads/master b587a12a1 -> fac3f6972


fix appveyor builds - ant version changed to 1.9.8


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

Branch: refs/heads/master
Commit: fac3f69725f507872e6d68afea5debd020ce2580
Parents: b587a12
Author: James E. King, III <jk...@apache.org>
Authored: Wed Jan 4 21:46:23 2017 -0500
Committer: James E. King, III <ji...@simplivity.com>
Committed: Wed Jan 4 23:38:53 2017 -0500

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/fac3f697/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 03ee295..e7ab87d 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ environment:
   BOOST_ROOT: C:\Libraries\boost_1_59_0
   BOOST_LIBRARYDIR: C:\Libraries\boost_1_59_0\lib64-msvc-14.0
   # Unfurtunately, this version needs manual update because old versions are quickly deleted.
-  ANT_VERSION: 1.9.7
+  ANT_VERSION: 1.9.8
 
 install:
 - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64'