mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:33:08 +00:00
Add missing dependency for new test
This commit is contained in:
parent
70032f71d7
commit
81ad460681
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -15,7 +15,7 @@ Tests: cmake-llvm-test
|
||||
Depends: gcc, build-essential, cmake, llvm-17-dev
|
||||
|
||||
Tests: cmake-clang-test
|
||||
Depends: gcc, build-essential, cmake, clang-17
|
||||
Depends: gcc, build-essential, cmake, llvm-17-dev, clang-17, libclang-17-dev
|
||||
|
||||
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||
Depends: python3-lldb-17
|
||||
|
Loading…
Reference in New Issue
Block a user