a
Build/Publish XBPS / build-and-publish (push) Failing after 10s
Details
Build/Publish XBPS / build-and-publish (push) Failing after 10s
Details
This commit is contained in:
parent
208c9c5d9b
commit
ff3e36bcbb
|
@ -6,7 +6,7 @@ on:
|
|||
# branches:
|
||||
# - main
|
||||
paths-ignore:
|
||||
- ".forgejo**"
|
||||
# - ".forgejo**"
|
||||
- ".renovaterc.json"
|
||||
- "README.md"
|
||||
|
||||
|
@ -37,11 +37,11 @@ jobs:
|
|||
export XBPS_TARGET_ARCH
|
||||
|
||||
for package in $packages; do
|
||||
cp -a "srcpkgs/${package}" "/vp-master/srcpkgs/"
|
||||
cp -a "srcpkgs/${package}" "/void-packages-master/srcpkgs/"
|
||||
set +e
|
||||
bash -x /vp-master/xbps-src pkg "${package}" >"pkg.log"
|
||||
bash -x /void-packages-master/xbps-src pkg "${package}" >"pkg.log"
|
||||
set -e
|
||||
mv /vp-master/hostdir/binpkgs/${package}-*.${{ env.ARCH }}.xbps "/target/"
|
||||
mv /void-packages-master/hostdir/binpkgs/${package}-*.${{ env.ARCH }}.xbps "/target/"
|
||||
done
|
||||
|
||||
- name: Push packages
|
||||
|
|
|
@ -31,3 +31,5 @@ pre_fetch() {
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
# BOO
|
||||
|
|
Loading…
Reference in New Issue