From b8c156e17fa63af0012dc6c19ecb9396effce590 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 21 Aug 2020 13:38:30 +0200 Subject: [PATCH] runone: mock: +--isolation=simple --- runone | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.3.1