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:
classabbyamp 2025-03-02 19:37:10 -05:00
parent b6eba1c0c6
commit 60dd0293ef
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -2,8 +2,6 @@
#
# build.sh
set -e
if [ "$1" != "$2" ]; then
arch="-a $2"
fi