maflcko
commented at 8:47 am on December 4, 2023:
member
23.10 will be EOL mid next year, so a bump is needed before then for the master branch (and possibly the 26.x branch).
Doing the bump now is fine, because the clang version is pinned to 17 inside the CI tasks. So a default clang version change in the system image should not affect the tasks. Once clang-18 is available and the default in April next year (https://discourse.ubuntu.com/t/noble-numbat-release-schedule/35649#planned-and-potentially-disruptive-archive-wide-activities-2), the pinned version could be bumped (for CI tasks that require a pin, like tidy), or the pin can be removed (for CI tasks that usually do not require a pin, like fuzz or the sanitizers).
ci: Use Ubuntu 24.04 Noble for tsan,tidy,fuzzfa83b65ef8
DrahtBot
commented at 8:47 am on December 4, 2023:
contributor
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
fanquake referenced this in commit
f85f7e645f
on Dec 8, 2023
fanquake referenced this in commit
1972a20e9b
on Dec 8, 2023
TheCharlatan
commented at 10:26 pm on December 10, 2023:
contributor
When I apply this patch and run FILE_ENV="./ci/test/00_setup_env_native_tidy.sh" ./ci/test_run_all.sh, I get
0131.2 CMake Error at /usr/lib/llvm-17/lib/cmake/clang/ClangTargets.cmake:833 (message):
1131.2 The imported target "libclang" references the file
2131.2 3131.2"/usr/lib/llvm-17/lib/libclang-17.so.1" 4131.2 5131.2 but this file does not exist. Possible reasons include:
6131.2 7131.2* The file was deleted, renamed, or moved to another location.
8131.2 9131.2* An install or uninstall procedure did not complete successfully.
10131.211131.2* The installation package was faulty and contained
12131.213131.2"/usr/lib/llvm-17/lib/cmake/clang/ClangTargets.cmake"14131.215131.2 but not all the files it references.
16131.217131.2 Call Stack (most recent call first):
18131.2/usr/lib/llvm-17/lib/cmake/clang/ClangConfig.cmake:20 (include)
19131.2 CMakeLists.txt:20 (find_package)
20131.221131.222131.2-- Configuring incomplete, errors occurred!
23------24test_imagefile:1625--------------------2614 | COPY ./ci/test/00_setup_env.sh ./${FILE_ENV} ./ci/test/01_base_install.sh /ci_container_base/ci/test/2715 |
2816 | >>> RUN ["bash", "-c", "cd /ci_container_base/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh"]
2917 |
30--------------------31ERROR: failed to solve: process "bash -c cd /ci_container_base/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh" did not complete successfully: exit code: 1
fanquake
commented at 9:36 am on December 11, 2023:
member
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: 2024-12-25 03:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me