From 83e37ebda2c77a3065142a4ff3c7d138b020b8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 17 Jan 2023 21:34:56 +0100 Subject: [PATCH] common/travis/xpkgdiff.sh: fix on cross build xbps-query in this script needs a target architecture specified --- common/travis/xpkgdiff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/xpkgdiff.sh b/common/travis/xpkgdiff.sh index 7caabe4b0b71..6450a6c0889b 100755 --- a/common/travis/xpkgdiff.sh +++ b/common/travis/xpkgdiff.sh @@ -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"