ci: Add missing libclang-rt-dev package #27323

pull maflcko wants to merge 1 commits into bitcoin:master from maflcko:2303-ci-missing-pkg-💜 changing 3 files +3 −3
  1. maflcko commented at 1:42 PM on March 24, 2023: member

    This is required, due to --no-install-recommends in ci/test/01_base_install.sh, I presume.

    If not added, this will cause issues if the CI image is bumped, for example, to Ubuntu Lunar.

    Asan Lunar:

    configure:22272: clang++ -std=c++20 -o conftest -g -O2 -DARENA_DEBUG -DDEBUG_LOCKORDER   -fsanitize=address,integer,undefined conftest.cpp  >&5
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_cxx-x86_64.a: No such file or directory
    

    Fuzz Lunar:

    configure:22272: clang++ -ftrivial-auto-var-init=pattern -std=c++17 -o conftest -g -O2    -fsanitize=fuzzer,address,undefined,integer conftest.cpp  >&5
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.fuzzer-x86_64.a: No such file or directory
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory
    /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_cxx-x86_64.a: No such file or directory
    

    Tsan Lunar:

    See #27298 (comment)

  2. ci: Add missing libclang-rt-dev package faf1218bb3
  3. DrahtBot commented at 1:42 PM on March 24, 2023: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

  4. DrahtBot added the label Tests on Mar 24, 2023
  5. maflcko commented at 1:49 PM on March 24, 2023: member

    Ah sorry. This requires bumping the image at the same time. Closing.

  6. maflcko closed this on Mar 24, 2023

  7. maflcko deleted the branch on Mar 24, 2023
  8. bitcoin locked this on Mar 23, 2024

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 03:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me