tools-systemd: don't do parallel runs
This commit is contained in:
parent
c07cc3d46a
commit
f3fb6696b1
1 changed files with 2 additions and 4 deletions
|
@ -47,10 +47,8 @@ main() {
|
||||||
# The parallelization `( do_stages ... ) &` doesn't work here
|
# The parallelization `( do_stages ... ) &` doesn't work here
|
||||||
# if catalyst is using snapcache, bug #519656
|
# if catalyst is using snapcache, bug #519656
|
||||||
for arch in amd64 i686; do
|
for arch in amd64 i686; do
|
||||||
(
|
do_stages ${arch}
|
||||||
do_stages ${arch}
|
[[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
|
||||||
[[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
|
|
||||||
) &
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue