This commit is contained in:
Luca Bilke 2024-04-05 23:11:47 +02:00
parent 57fc136e79
commit e3180a8be8
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 0 deletions

View File

@ -37,7 +37,9 @@ jobs:
export XBPS_TARGET_ARCH
for package in $packages; do
cp -a "srcpkgs/${package}" "/void-packages-master/srcpkgs/"
set +e
/void-packages-master/xbps-src pkg "${package}" >"pkg.log"
set -e
mv "/void-packages-master/hostdir/binpkgs/${package}.${{ env.ARCH }}.xbps" "/target/"
done