update musl stage generation

This commit is contained in:
Matthew Thode 2018-06-23 21:08:27 -05:00
parent 7689550ee1
commit 24a82d21d0
No known key found for this signature in database
GPG key ID: 64A37BEAAE19A4E8
8 changed files with 10 additions and 11 deletions

View file

@ -63,10 +63,6 @@ main() {
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
}