From: Jan Kratochvil Date: Fri, 21 Aug 2020 11:38:30 +0000 (+0200) Subject: runone: mock: +--isolation=simple X-Git-Url: https://git.jankratochvil.net/?p=massrebuild.git;a=commitdiff_plain;h=b8c156e17fa63af0012dc6c19ecb9396effce590;ds=sidebyside runone: mock: +--isolation=simple --- diff --git a/runone b/runone index 2df2d54..3a06d7d 100755 --- a/runone +++ b/runone @@ -3,6 +3,8 @@ set -ex repos=$1 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" mkdir -p build cd build for pkg in "$@";do