This is an automated email from the ASF dual-hosted git repository.
liuneng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ae491a8be [CI] Disable ENABLE_GWP_ASAN (#6119)
ae491a8be is described below
commit ae491a8bed3c25dc6e70f04c8c0fc9b66bcd2f6c
Author: Chang chen <[email protected]>
AuthorDate: Tue Jun 18 13:50:57 2024 +0800
[CI] Disable ENABLE_GWP_ASAN (#6119)
What changes were proposed in this pull request?
Even with #6092, we still get ci failed randomly
https://opencicd.kyligence.com/job/gluten/job/gluten-ci/10132/
https://opencicd.kyligence.com/job/gluten/job/gluten-ci/10133/
Since we need export LD_PRELOAD in shell which casue comiler segment fault.
img_v3_02bv_3404a655-a3f3-4cfa-9c79-1dce19f82c2g
Let's disable ENABLE_GWP_ASAN first
(Fixes: #6091)
How was this patch tested?
Existed UT
---
cpp-ch/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp-ch/CMakeLists.txt b/cpp-ch/CMakeLists.txt
index 1ef19b3b5..82049bdd3 100644
--- a/cpp-ch/CMakeLists.txt
+++ b/cpp-ch/CMakeLists.txt
@@ -111,7 +111,7 @@ else()
-DENABLE_DATASKETCHES=OFF -DENABLE_SQLITE=OFF -DENABLE_S2_GEOMETRY=OFF
-DENABLE_ANNOY=OFF -DENABLE_ULID=OFF -DENABLE_MYSQL=OFF
-DENABLE_BCRYPT=OFF -DENABLE_LDAP=OFF -DENABLE_MSGPACK=OFF
- -DUSE_REPLXX=OFF -DENABLE_CLICKHOUSE_ALL=OFF
+ -DUSE_REPLXX=OFF -DENABLE_CLICKHOUSE_ALL=OFF -DENABLE_GWP_ASAN=OFF
-DCOMPILER_FLAGS='-fvisibility=hidden -fvisibility-inlines-hidden' -S
${CH_SOURCE_DIR} -G Ninja -B ${CH_BINARY_DIR} && cmake --build
${CH_BINARY_DIR} --target libch\"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]