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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user