tools-uclibc/run.sh: don't do parallel runs
This commit is contained in:
parent
7df1231920
commit
c07cc3d46a
1 changed files with 2 additions and 4 deletions
|
@ -56,10 +56,8 @@ main() {
|
|||
# if catalyst is using snapcache, bug #519656
|
||||
for arch in amd64 i686; do
|
||||
for flavor in hardened vanilla; do
|
||||
(
|
||||
do_stages ${arch} ${flavor}
|
||||
[[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log
|
||||
) &
|
||||
do_stages ${arch} ${flavor}
|
||||
[[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log
|
||||
done
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue