From d20ec20db5eb55e1668248e11bd0a600a0fe11a1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Sep 2024 22:27:18 +0200 Subject: [PATCH] Fix the bootstrapping (Closes: #1082610) Thanks to Andrey Feofilaktov for the patch --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2332cfb..bb88ab67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ llvm-toolchain-18 (1:18.1.8-12) UNRELEASED; urgency=medium (Closes: #1082359) * Don't enable intel-pt on Ubuntu Bionic * Backport a miscompilation fix (Closes: #1082727) + * Fix the bootstrapping (Closes: #1082610) + Thanks to Andrey Feofilaktov for the patch -- Sylvestre Ledru Mon, 23 Sep 2024 13:23:31 +0200 diff --git a/debian/control b/debian/control index 39e332b5..6d9f63f3 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, # We need to keep the constraints coherent between the two alternatives, otherwise # hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled llvm-spirv-18 [amd64 arm64 armhf i386 ppc64el mips64el riscv64 s390x ppc64 hurd-i386 loong64 sparc64 x32] | hello [amd64 arm64 armhf i386 ppc64el mips64el riscv64 s390x ppc64 hurd-i386 loong64 sparc64 x32] , - spirv-tools [linux-any] | hello [linux-any], + spirv-tools [linux-any] | hello [linux-any] , wasi-libc | hello, libcurl4-openssl-dev | libcurl-dev , libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] ,