From: Simon McVittie Date: Sun, 3 Sep 2023 11:06:23 +0000 (+0100) Subject: d/rules: Disable composefs for now X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e2fc4fac8a044a5f44d25ecdb82fe8fe6d6cc28;p=ostree.git d/rules: Disable composefs for now Official buildds don't seem to support fsetxattr on the filesystem used for /var/tmp, which is required for the composefs tests. --- diff --git a/debian/rules b/debian/rules index 528780d4..663c9c93 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,6 @@ override_dh_autoreconf: configure_options = \ --enable-installed-tests \ --with-avahi \ - --with-composefs \ --with-curl \ --with-dracut \ --with-grub2 \ @@ -26,6 +25,7 @@ configure_options = \ --with-selinux \ --with-systemdsystemgeneratordir=/lib/systemd/system-generators \ --with-systemdsystemunitdir=/lib/systemd/system \ + --without-composefs \ --without-smack \ $(NULL)