This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new fb8760e4d7 MINOR: [CI][C++] Allow running TSan build on Ubuntu 22.04 
(#36497)
fb8760e4d7 is described below

commit fb8760e4d749c718d95fa784600f51e8b6fd2f43
Author: Antoine Pitrou <[email protected]>
AuthorDate: Thu Jul 6 10:18:05 2023 +0200

    MINOR: [CI][C++] Allow running TSan build on Ubuntu 22.04 (#36497)
    
    We can't switch the Crossbow Thread Sanitizer build to Ubuntu 22.04 for 
now, as there are errors in Flight.
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 ci/docker/ubuntu-22.04-cpp.dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/docker/ubuntu-22.04-cpp.dockerfile 
b/ci/docker/ubuntu-22.04-cpp.dockerfile
index 61c33f8feb..764e9fd4f9 100644
--- a/ci/docker/ubuntu-22.04-cpp.dockerfile
+++ b/ci/docker/ubuntu-22.04-cpp.dockerfile
@@ -189,6 +189,7 @@ ENV absl_SOURCE=BUNDLED \
     ARROW_WITH_SNAPPY=ON \
     ARROW_WITH_ZLIB=ON \
     ARROW_WITH_ZSTD=ON \
+    ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-${llvm}/bin/llvm-symbolizer \
     AWSSDK_SOURCE=BUNDLED \
     google_cloud_cpp_storage_SOURCE=BUNDLED \
     GTest_SOURCE=BUNDLED \

Reply via email to