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 168bc24 [chore](workflow) Upgrade the toolchains to build libraries (#64) 168bc24 is described below commit 168bc243aa3be1eafaf08c6ee9750b960f8a09cb Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Fri May 12 12:55:50 2023 +0800 [chore](workflow) Upgrade the toolchains to build libraries (#64) Upgrade the toolchains to build libraries --- .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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org