fix build
Some checks failed
gitea/pkg-qca-swiss-army-knife/pipeline/head There was a failure building this commit

This commit is contained in:
BigfootACA 2024-03-09 02:53:00 +08:00
parent d52b4c0cac
commit 429f97fa6a
2 changed files with 21 additions and 1 deletions

20
.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = qca-swiss-army-knife
pkgdesc = Qualcomm Atheros swiss army knife
pkgver = r274.e9a0327
pkgrel = 1
url = https://github.com/qca/qca-swiss-army-knife
arch = aarch64
arch = armv7
arch = x86_64
groups = qcom-icnss-wlan
license = custom
makedepends = git
makedepends = make
makedepends = gcc
depends = libpciaccess
optdepends = python
optdepends = perl
source = git+https://github.com/qca/qca-swiss-army-knife
md5sums = SKIP
pkgname = qca-swiss-army-knife

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force'
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
}
}
stage('Signature packages') {