common/travis/build.sh: don't set -e
xbps-src intentionally exits non-zero if broken or nocross, so let it do that, as error exits are handled in the script. fixes: #54561
This commit is contained in:
parent
b6eba1c0c6
commit
60dd0293ef
@ -2,8 +2,6 @@
|
||||
#
|
||||
# build.sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" != "$2" ]; then
|
||||
arch="-a $2"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user