From: Jan Kratochvil Date: Sun, 6 Sep 2020 06:39:45 +0000 (+0200) Subject: runone: +--disable-plugin=root_cache X-Git-Url: http://git.jankratochvil.net/?p=massrebuild.git;a=commitdiff_plain;h=9f90b73f1a54389ae283f9f2a955728bd8866afb;hp=ffb3b2723088464eda293148c299505a80a6c7f4 runone: +--disable-plugin=root_cache --- diff --git a/runone b/runone index 71cfc80..1ac986d 100755 --- a/runone +++ b/runone @@ -5,6 +5,9 @@ shift mock="mock -v -r fedora-rawhide-x86_64 --uniqueext=mass$$ --no-bootstrap-chroot --disable-plugin=yum_cache" # https://bugzilla.redhat.com/show_bug.cgi?id=1869030 glibc 2.32.9000-1 snapshot build in rawhide breaks systemd-nspawn based chroots mock="$mock --isolation=simple" +# (1) inaccessible plugin file plugin/annobin.so expanded from short plugin name annobin +# (2) -a gets ignored. +mock="$mock --disable-plugin=root_cache" mkdir -p build cd build for pkg in "$@";do