From 8e2fc4fac8a044a5f44d25ecdb82fe8fe6d6cc28 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Sep 2023 12:06:23 +0100 Subject: [PATCH] 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. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2