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
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
#
|
#
|
||||||
# build.sh
|
# build.sh
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ "$1" != "$2" ]; then
|
if [ "$1" != "$2" ]; then
|
||||||
arch="-a $2"
|
arch="-a $2"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue