mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 12:33:45 +00:00
10 => 11 in test
This commit is contained in:
parent
0df42be326
commit
e8a9a83f28
8
debian/tests/control
vendored
8
debian/tests/control
vendored
@ -2,15 +2,15 @@ Test-Command: bash -v ./debian/qualify-clang.sh
|
||||
Depends: @, cmake, g++, file, dpkg-dev
|
||||
# Comment the dbgsym package because of bug #917528
|
||||
# dbgsym packages not being available in testing
|
||||
# clang-10-dbgsym, libclang1-10-dbgsym
|
||||
# clang-11-dbgsym, libclang1-11-dbgsym
|
||||
Restrictions: allow-stderr
|
||||
|
||||
|
||||
Tests: cmake-test
|
||||
Depends: gcc, build-essential, cmake, llvm-10-dev, libclang-common-10-dev
|
||||
Depends: gcc, build-essential, cmake, llvm-11-dev, libclang-common-11-dev
|
||||
|
||||
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||
Depends: python3-lldb-10
|
||||
Depends: python3-lldb-11
|
||||
|
||||
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
||||
Depends: python3-clang-10
|
||||
Depends: python3-clang-11
|
||||
|
||||
Loading…
Reference in New Issue
Block a user