mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
b27e6cfed2
- It was noticed that in (*), the crashstack says "There is no information about the reference checksum." - The binaries are pulled via docker hub and upon inspection they indeed lack the hash embedded as ELF section ".note.ClickHouse.hash" in the clickhouse binary. This is weird because docker hub images are "official" builds which should trigger the hash embedding. - Turns out that the docker hub binaries are also stripped which was too aggressive. We now no longer remove sections ".comment" and ".note" which are anyways only 140 bytes in size, i.e. binary size still goes down (on my stystem) from 2.1 GB to 0.47 + 0.40 GB binary + dbg info. (*) https://playground.lodthe.me/ba75d494-95d1-4ff6-a0ad-60c138636c9b |
||
---|---|---|
.. | ||
darwin | ||
freebsd | ||
linux | ||
toolchain | ||
add_check.cmake | ||
add_warning.cmake | ||
arch.cmake | ||
autogenerated_versions.txt | ||
ccache.cmake | ||
check_flags.cmake | ||
clang_tidy.cmake | ||
cpu_features.cmake | ||
cxx.cmake | ||
dbms_glob_sources.cmake | ||
embed_binary.cmake | ||
fuzzer.cmake | ||
git_status.cmake | ||
limit_jobs.cmake | ||
print_flags.cmake | ||
sanitize_target_link_libraries.cmake | ||
sanitize.cmake | ||
strip_binary.cmake | ||
target.cmake | ||
tools.cmake | ||
unwind.cmake | ||
version.cmake | ||
warnings.cmake |