X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=runone;h=3a06d7d96142d201ef4937dae133264753b6bf29;hb=7956104056b4ece4b5220d025dd0f93b4e8a488f;hp=2df2d545fa75da182d00925f5513076185bd2303;hpb=756212a8bdb4192037f5c97dccbb84297f5c3337;p=massrebuild.git 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