You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ad...@apache.org on 2022/10/26 00:15:33 UTC

[doris] branch master updated: [chore](macOS) Support macOS Ventura (13.0) (#13626)

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

adonisling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 458cb8f072 [chore](macOS) Support macOS Ventura (13.0) (#13626)
458cb8f072 is described below

commit 458cb8f072643e27b50dd9c8aed70eea18afd224
Author: Adonis Ling <ad...@gmail.com>
AuthorDate: Wed Oct 26 08:15:21 2022 +0800

    [chore](macOS) Support macOS Ventura (13.0) (#13626)
    
    We need the tool `makeinfo` to build third parties on macOS Ventura (13.0).
---
 env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/env.sh b/env.sh
index 1ab486aa83..c952e82281 100755
--- a/env.sh
+++ b/env.sh
@@ -48,6 +48,7 @@ CELLARS=(
     autoconf
     libtool
     pkg-config
+    texinfo
     coreutils
     gnu-getopt
     python


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org