From: Luca Boccassi Date: Wed, 2 Jul 2025 23:40:51 +0000 (+0100) Subject: mkosi: libclang-rt-dev is not available on s390x X-Git-Tag: v258-rc1~184^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d9881b89cdfcff89a68f005becf67136876007d;p=thirdparty%2Fsystemd.git mkosi: libclang-rt-dev is not available on s390x Doesn't seem intentional, so use a regex for now: https://bugs.debian.org/1108683 --- diff --git a/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf b/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf index ee71965f297..240f357b989 100644 --- a/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf +++ b/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf @@ -13,5 +13,5 @@ Packages= clangd erofs-utils git-core - libclang-rt-dev + ?exact-name(libclang-rt-dev) dpkg-dev