mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
common/travis/xpkgdiff.sh: fix on cross build
xbps-query in this script needs a target architecture specified
This commit is contained in:
parent
009bac3b33
commit
f3520b043f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# xpkgdiff.sh
|
# 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
|
export DIFF='diff --unified=0 --report-identical-files --suppress-common-lines
|
||||||
--color=always --label REPO --label BUILT'
|
--color=always --label REPO --label BUILT'
|
||||||
ARGS="-a $2 -R https://repo-ci.voidlinux.org/current"
|
ARGS="-a $2 -R https://repo-ci.voidlinux.org/current"
|
||||||
|
|
Loading…
Add table
Reference in a new issue