mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 18:38:00 +00:00
Disable python3-lldb-17 for buster (it has been this way for a while)
This commit is contained in:
parent
3fa385b3b6
commit
e8709bc518
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -7,6 +7,7 @@ llvm-toolchain-snapshot (1:17~++20230603110125+d072d110227d-1~exp1) experimental
|
||||
* remove some mlir example (libMyExtensionCh*.a)
|
||||
* Try to pass MAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
|
||||
in CLANG_BOOTSTRAP_PASSTHROUGH for sccache in stage2
|
||||
* Disable python3-lldb-17 for buster (it has been this way for a while)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 09 Jun 2023 13:25:01 +0200
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -1213,6 +1213,7 @@ endif
|
||||
if test "$(DISTRO)" = "buster"; 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; \
|
||||
fi
|
||||
|
||||
# Remove some mlir example
|
||||
|
Loading…
Reference in New Issue
Block a user