also disable the python3 lldb binding on bionic

This commit is contained in:
Sylvestre Ledru 2023-08-20 11:24:30 +02:00
parent 15a65a89f8
commit 4177f52877

2
debian/rules vendored
View File

@ -1200,7 +1200,7 @@ endif
# Disable the python binding for buster. not sure why it regressed
# regressed de4364f1ecaa..0745b0c0354a
if test "$(DISTRO)" = "buster"; then \
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic"; then \
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \