mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:41:39 +00:00
Enable lldb autopkgtest on riscv64.
This commit is contained in:
parent
143f4a55d6
commit
7ad01b3bd4
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -10,6 +10,7 @@ llvm-toolchain-19 (1:19.1.0~++rc4-3) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Aurelien Jarno ]
|
[ Aurelien Jarno ]
|
||||||
* Enable lldb on riscv64.
|
* Enable lldb on riscv64.
|
||||||
|
* Enable lldb autopkgtest on riscv64.
|
||||||
|
|
||||||
-- Matthias Klose <doko@debian.org> Thu, 05 Sep 2024 10:59:19 +0200
|
-- Matthias Klose <doko@debian.org> Thu, 05 Sep 2024 10:59:19 +0200
|
||||||
|
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -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)"
|
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||||
Depends: python3-lldb-19
|
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)"
|
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
||||||
Depends: python3-clang-19
|
Depends: python3-clang-19
|
||||||
|
2
debian/tests/control.in
vendored
2
debian/tests/control.in
vendored
@ -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)"
|
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||||
Depends: python3-lldb-@LLVM_VERSION@
|
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)"
|
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
||||||
Depends: python3-clang-@LLVM_VERSION@
|
Depends: python3-clang-@LLVM_VERSION@
|
||||||
|
Loading…
Reference in New Issue
Block a user