mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-10 17:35:01 +00:00
update of the version
This commit is contained in:
parent
be8f84d14e
commit
fa3d081a63
8
debian/tests/control
vendored
8
debian/tests/control
vendored
@ -2,7 +2,7 @@ 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-16-dbgsym, libclang1-16-dbgsym
|
||||
# clang-17-dbgsym, libclang1-17-dbgsym
|
||||
Restrictions: allow-stderr
|
||||
Architecture: amd64 arm64 i386
|
||||
|
||||
@ -12,10 +12,10 @@ Restrictions: allow-stderr
|
||||
Architecture: amd64 arm64
|
||||
|
||||
Tests: cmake-test
|
||||
Depends: gcc, build-essential, cmake, llvm-16-dev
|
||||
Depends: gcc, build-essential, cmake, llvm-17-dev
|
||||
|
||||
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||
Depends: python3-lldb-16
|
||||
Depends: python3-lldb-17
|
||||
|
||||
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
||||
Depends: python3-clang-16
|
||||
Depends: python3-clang-17
|
||||
|
Loading…
Reference in New Issue
Block a user