runone: mock: +--isolation=simple
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 21 Aug 2020 11:38:30 +0000 (13:38 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 21 Aug 2020 11:38:30 +0000 (13:38 +0200)
runone

diff --git a/runone b/runone
index 2df2d54..3a06d7d 100755 (executable)
--- 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