mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-23 13:05:33 +00:00
20 lines
683 B
Plaintext
20 lines
683 B
Plaintext
Test-Command: bash -v ./debian/qualify-clang.sh
|
|
Depends: @, cmake, make, g++, file, dpkg-dev, binfmt-support
|
|
# Comment the dbgsym package because of bug #917528
|
|
# dbgsym packages not being available in testing
|
|
# clang-13-dbgsym, libclang1-13-dbgsym
|
|
Restrictions: allow-stderr
|
|
|
|
Tests: integration-test-suite-test
|
|
Depends: @, cmake, make, g++, libstdc++-10-dev
|
|
Restrictions: allow-stderr
|
|
|
|
Tests: cmake-test
|
|
Depends: gcc, build-essential, cmake, llvm-13-dev, libclang-common-13-dev
|
|
|
|
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
|
Depends: python3-lldb-13
|
|
|
|
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
|
Depends: python3-clang-13
|