From 429f97fa6aaacaf865c6dba421c2e24c2b5a3e33 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 9 Mar 2024 02:53:00 +0800 Subject: [PATCH] fix build --- .SRCINFO | 20 ++++++++++++++++++++ Jenkinsfile | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..4b74034 --- /dev/null +++ b/.SRCINFO @@ -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 diff --git a/Jenkinsfile b/Jenkinsfile index a2105e7..1281526 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {