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 c50c312 Revert "[chore](workflow) Upgrade the toolchains to build
libraries (#64)" (#65)
c50c312 is described below
commit c50c312de52ed84b10d39c21c59a50fe0019333a
Author: Adonis Ling <[email protected]>
AuthorDate: Fri May 12 23:33:56 2023 +0800
Revert "[chore](workflow) Upgrade the toolchains to build libraries (#64)"
(#65)
This reverts commit 168bc243aa3be1eafaf08c6ee9750b960f8a09cb.
---
.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 97d2ee8..8cf830d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
'openjdk@11'
'maven'
'node'
- 'llvm@16'
+ 'llvm@15'
- 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.17/ldb_toolchain_gen.sh
\
+ wget
https://github.com/amosbird/ldb_toolchain_gen/releases/download/v0.12/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]