common/travis/xpkgdiff.sh: fix on cross build

xbps-query in this script needs a target architecture specified
This commit is contained in:
Piotr Wójcik 2023-01-17 21:34:56 +01:00 committed by Piotr
parent 009bac3b33
commit f3520b043f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# xpkgdiff.sh
export XBPS_DISTDIR=/hostrepo XBPS_HOSTDIR="$HOME/hostdir"
export XBPS_TARGET_ARCH="$2" XBPS_DISTDIR=/hostrepo XBPS_HOSTDIR="$HOME/hostdir"
export DIFF='diff --unified=0 --report-identical-files --suppress-common-lines
--color=always --label REPO --label BUILT'
ARGS="-a $2 -R https://repo-ci.voidlinux.org/current"