You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/21 09:20:48 UTC

[iotdb] 01/01: [To rel/0.13] Fix c++ compile error for macos

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

haonan pushed a commit to branch cppmacfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 79ca8a2e98dc709ca674746d52cc30d9d6217eb9
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Mar 21 17:19:48 2022 +0800

    [To rel/0.13] Fix c++ compile error for macos
---
 compile-tools/thrift/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml
index ae5be99..d57afba 100644
--- a/compile-tools/thrift/pom.xml
+++ b/compile-tools/thrift/pom.xml
@@ -65,7 +65,7 @@
                                     <goal>wget</goal>
                                 </goals>
                                 <configuration>
-                                    <url>https://archive.apache.org/dist/thrift/${thrift.version}/thrift-${thrift.version}.tar.gz</url>
+                                    <url>http://archive.apache.org/dist/thrift/${thrift.version}/thrift-${thrift.version}.tar.gz</url>
                                     <unpack>true</unpack>
                                     <outputDirectory>${project.build.directory}</outputDirectory>
                                 </configuration>