This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 113149a [chore](github) Use LLVM Clang to build the libraries by default on macOS (#41) 113149a is described below commit 113149a46f3d47b7d440c4b18b359db98b45a432 Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Fri Mar 3 14:41:45 2023 +0800 [chore](github) Use LLVM Clang to build the libraries by default on macOS (#41) --- .github/workflows/build-1.2.yml | 1 + .github/workflows/build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-1.2.yml b/.github/workflows/build-1.2.yml index 36e17aa..bdf831c 100644 --- a/.github/workflows/build-1.2.yml +++ b/.github/workflows/build-1.2.yml @@ -123,6 +123,7 @@ jobs: 'openjdk@11' 'maven' 'node' + 'llvm' - name: Linux os: ubuntu-22.04 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ead1454..d4adda1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,7 @@ jobs: 'openjdk@11' 'maven' 'node' + 'llvm' - name: Linux os: ubuntu-22.04 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org