This is an automated email from the ASF dual-hosted git repository.
adonisling 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 c267d740 [build] build thirdparty by gcc (#82)
c267d740 is described below
commit c267d7405d2a291c2a834dad5a4a67eb5a2f2eaa
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon May 29 19:27:51 2023 +0800
[build] build thirdparty by gcc (#82)
---
.github/workflows/build-1.2.yml | 2 +-
.github/workflows/build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-1.2.yml b/.github/workflows/build-1.2.yml
index 4f144e4f..34595861 100644
--- a/.github/workflows/build-1.2.yml
+++ b/.github/workflows/build-1.2.yml
@@ -201,7 +201,7 @@ jobs:
fi
cd thirdparty
- ./build-thirdparty.sh -j "$(nproc)"
+ DORIS_TOOLCHAIN=gcc ./build-thirdparty.sh -j "$(nproc)"
kernel="$(uname -s | awk '{print tolower($0)}')"
arch="$(uname -m)"
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0aee1839..a2cfd1ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -189,7 +189,7 @@ jobs:
fi
cd thirdparty
- ./build-thirdparty.sh -j "$(nproc)"
+ DORIS_TOOLCHAIN=gcc ./build-thirdparty.sh -j "$(nproc)"
kernel="$(uname -s | awk '{print tolower($0)}')"
arch="$(uname -m)"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]