mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 08:51:51 +00:00
debian/tests/control: depend on "make" to let integration-test-suite-test pass, and use libstdc++-10-dev now that gcc-10 is default
This commit is contained in:
parent
b4b92d6edb
commit
9c06e71766
4
debian/tests/control
vendored
4
debian/tests/control
vendored
@ -1,12 +1,12 @@
|
||||
Test-Command: bash -v ./debian/qualify-clang.sh
|
||||
Depends: @, cmake, g++, file, dpkg-dev, binfmt-support
|
||||
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-11-dbgsym, libclang1-11-dbgsym
|
||||
Restrictions: allow-stderr
|
||||
|
||||
Tests: integration-test-suite-test
|
||||
Depends: @, cmake, libstdc++-9-dev, g++
|
||||
Depends: @, cmake, make, g++, libstdc++-10-dev
|
||||
Restrictions: allow-stderr
|
||||
|
||||
Tests: cmake-test
|
||||
|
Loading…
Reference in New Issue
Block a user