Enable lldb autopkgtest on riscv64.

This commit is contained in:
Aurelien Jarno 2024-09-08 15:03:43 +02:00
parent 143f4a55d6
commit 7ad01b3bd4
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ llvm-toolchain-19 (1:19.1.0~++rc4-3) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* Enable lldb on riscv64.
* Enable lldb autopkgtest on riscv64.
-- Matthias Klose <doko@debian.org> Thu, 05 Sep 2024 10:59:19 +0200

View File

@ -19,7 +19,7 @@ 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 s390x
Architecture: amd64 arm64 armel armhf i386 ppc64el riscv64 s390x
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
Depends: python3-clang-19

View File

@ -19,7 +19,7 @@ Depends: gcc, build-essential, cmake, llvm-@LLVM_VERSION@-dev, clang-@LLVM_VERSI
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
Depends: python3-lldb-@LLVM_VERSION@
Architecture: amd64 arm64 armel armhf i386 ppc64el s390x
Architecture: amd64 arm64 armel armhf i386 ppc64el riscv64 s390x
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
Depends: python3-clang-@LLVM_VERSION@