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