mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-16 21:14:04 +00:00
26 lines
872 B
Plaintext
26 lines
872 B
Plaintext
Test-Command: bash -v ./debian/qualify-clang.sh
|
|
Depends: @, cmake, make, g++, file, dpkg-dev
|
|
# Comment the dbgsym package because of bug #917528
|
|
# dbgsym packages not being available in testing
|
|
# clang-19-dbgsym, libclang1-19-dbgsym
|
|
Restrictions: allow-stderr
|
|
Architecture: amd64 arm64 i386
|
|
|
|
Tests: integration-test-suite-test
|
|
Depends: @, cmake, make, g++, libstdc++-14-dev
|
|
Restrictions: allow-stderr
|
|
Architecture: amd64 arm64
|
|
|
|
Tests: cmake-llvm-test
|
|
Depends: gcc, build-essential, cmake, llvm-19-dev
|
|
|
|
Tests: cmake-clang-test
|
|
Depends: gcc, build-essential, cmake, llvm-19-dev, clang-19, libclang-19-dev
|
|
|
|
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
|
Depends: python3-lldb-19
|
|
Architecture: amd64 arm64 armel armhf i386 ppc64el riscv64 s390x
|
|
|
|
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
|
Depends: python3-clang-19
|