Skip to content

Commit

Permalink
MINOR: [Dev][C++] Allow ubuntu-cpp-thread-sanitizer Docker build with…
Browse files Browse the repository at this point in the history
… Ubuntu 24.04

Install the clang-rt libraries that are necessary to link Thread Sanitizer-enabled binaries.

Note that the C++ test suite then fails on Flight tests, as tracked in apacheGH-36552.
  • Loading branch information
pitrou committed Aug 8, 2024
1 parent 3420c0d commit 0019b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/ubuntu-24.04-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN latest_system_llvm=18 && \
clang-${llvm} \
clang-format-${clang_tools} \
clang-tidy-${clang_tools} \
libclang-rt-${llvm}-dev \
llvm-${llvm}-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists*
Expand Down

0 comments on commit 0019b58

Please sign in to comment.