Fix CI environment: install SQLite3-dev and use LLVM 22 consistently#45
Merged
Fix CI environment: install SQLite3-dev and use LLVM 22 consistently#45
Conversation
…port Co-authored-by: kaladron <377531+kaladron@users.noreply.github.com>
Co-authored-by: kaladron <377531+kaladron@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix devcontainer setup for test success
Fix CI environment: install SQLite3-dev and use LLVM 22 consistently
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI tests were failing due to missing dependencies and LLVM version mismatches in the container environment.
Changes
Install SQLite3 development libraries - Container had runtime but not headers required for compilation
Enforce LLVM 22 consistency - Container ships both LLVM 21 and 22; defaults pointed to 21 while libc++ was 22, causing sanitizer library link failures
clang++-22explicitly in CMake configurationclang-scan-deps-22,lld-22,clang-format-22to unversioned namesFix C++ standard library module path - CMake 4.x expects modules at
/lib/share/libc++/v1but LLVM 22 installs to/usr/lib/llvm-22/share/libc++/v1Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
apt.kitware.com/usr/lib/apt/methods/https /usr/lib/apt/methods/https(dns block)/usr/lib/apt/methods/https /usr/lib/apt/methods/https -i docker0 -j DROP(dns block)/usr/lib/apt/methods/https /usr/lib/apt/methods/https ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/minus.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/deque.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp 5c7bdcfad7fefe54b4ecb7367d3e7c23d98/log.json ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp ./libs/mpl/include/boost/mpl/aux_/preprocessed/bcc/quote.hpp "SSL�� --root /var/run/docker/runtime-runc/mob./libs/math/test/test_reverse_mode_autodiff_special_functions_co/usr/bin/runc d-dispatcher/routable.d/chrony-o./libs/math/test/test_reverse_mode_autodiff_special_functions_co--root /run/containerd/sed --log-format json d-dispatcher/rou./libs/mpl/include/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.