WIP: CI
Some checks failed
PostmarketOS Build / Prepare (push) Successful in 24s
PostmarketOS Build / Build for aarch64 (push) Failing after 10s
PostmarketOS Build / Build for x86_64 (push) Failing after 9s
PostmarketOS Build / Clean (push) Successful in 12s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-07-09 00:20:33 +03:00
parent 8eae1f8dda
commit 58ddec2bb2
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -30,6 +30,7 @@ makedepends="$depends_dev
py3-yaml py3-yaml
qt6-qttools-dev qt6-qttools-dev
yaml-dev yaml-dev
cmd:qmlcachegen
" "
subpackages=" subpackages="
$pkgname-dbg $pkgname-dbg
@ -45,7 +46,7 @@ source=""
builddir="$srcdir/$pkgname-v$_pkgver" builddir="$srcdir/$pkgname-v$_pkgver"
# gstreamer tests fail # gstreamer tests fail
# manual strip because ipa .sign files depend on the file contents- have to re-sign after strip # manual strip because ipa .sign files depend on the file contents- have to re-sign after strip
options="!strip !check" options="!strip !check pmb:cross-native2"
case "$CARCH" in case "$CARCH" in
arm*|aarch64) arm*|aarch64)