mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
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
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" != "$2" ]; then
|
||||
arch="-a $2"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue