mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 00:58:16 +00:00

* Only install grpc files libclang-X.Y-dev when grpc built * autopkgtest: Restrict debian/qualify-clang.sh on amd64 arm64 i386
22 lines
700 B
Plaintext
22 lines
700 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-14-dbgsym, libclang1-14-dbgsym
|
|
Restrictions: allow-stderr
|
|
Architecture: amd64 arm64 i386
|
|
|
|
Tests: integration-test-suite-test
|
|
Depends: @, cmake, make, g++, libstdc++-10-dev
|
|
Restrictions: allow-stderr
|
|
Architecture: amd64 arm64
|
|
|
|
Tests: cmake-test
|
|
Depends: gcc, build-essential, cmake, llvm-14-dev
|
|
|
|
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
|
Depends: python3-lldb-14
|
|
|
|
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
|
Depends: python3-clang-14
|