This is an automated email from the ASF dual-hosted git repository.
morningman 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 a0d0951 [chore](workflow) Upgrade the toolchains to build libraries
(#66)
a0d0951 is described below
commit a0d09510bb0d192f4d63a4b338a6ad50a2b03063
Author: Adonis Ling <[email protected]>
AuthorDate: Sat May 13 22:40:59 2023 +0800
[chore](workflow) Upgrade the toolchains to build libraries (#66)
apache/doris #19610 have resolved issues with Clang-16, we can upgrade the
toolchain now.
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8cf830d..97d2ee8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
'openjdk@11'
'maven'
'node'
- 'llvm@15'
+ 'llvm@16'
- name: Linux
os: ubuntu-22.04
@@ -174,7 +174,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt install --yes ${{
matrix.config.packages }}
mkdir -p "${DEFAULT_DIR}"
- wget
https://github.com/amosbird/ldb_toolchain_gen/releases/download/v0.12/ldb_toolchain_gen.sh
\
+ wget
https://github.com/amosbird/ldb_toolchain_gen/releases/download/v0.17/ldb_toolchain_gen.sh
\
-q -O /tmp/ldb_toolchain_gen.sh
bash /tmp/ldb_toolchain_gen.sh "${DEFAULT_DIR}/ldb-toolchain"
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]