This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/main by this push:
new a6b614f [chore](macOS) Specify the version of LLVM for Homebrew to
install it (#44)
a6b614f is described below
commit a6b614f338af5051649d6ebf7900d910767d3f05
Author: Adonis Ling <[email protected]>
AuthorDate: Tue Mar 21 10:32:50 2023 +0800
[chore](macOS) Specify the version of LLVM for Homebrew to install it (#44)
---
.github/workflows/build-1.2.yml | 4 ++--
.github/workflows/build.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-1.2.yml b/.github/workflows/build-1.2.yml
index bdf831c..befd30e 100644
--- a/.github/workflows/build-1.2.yml
+++ b/.github/workflows/build-1.2.yml
@@ -111,7 +111,7 @@ jobs:
'texinfo'
'coreutils'
'gnu-getopt'
- 'python'
+ 'python@3'
'cmake'
'ninja'
'ccache'
@@ -123,7 +123,7 @@ jobs:
'openjdk@11'
'maven'
'node'
- 'llvm'
+ 'llvm@15'
- name: Linux
os: ubuntu-22.04
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4adda1..8cf830d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
'texinfo'
'coreutils'
'gnu-getopt'
- 'python'
+ 'python@3'
'cmake'
'ninja'
'ccache'
@@ -117,7 +117,7 @@ jobs:
'openjdk@11'
'maven'
'node'
- 'llvm'
+ 'llvm@15'
- name: Linux
os: ubuntu-22.04
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]