From fbab2318da9e5841f0d8b6dfe78b518e93059026 Mon Sep 17 00:00:00 2001 From: jyr Date: Wed, 28 Feb 2024 04:03:45 +0000 Subject: [PATCH] =?UTF-8?q?debian/rules=E5=A2=9E=E5=8A=A0=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E5=88=A4=E6=96=AD=20rv64g=20=E5=8A=A0nocheck=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index f90bdfc..d1f1839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libseccomp (2.5.3-ok2) yangtze; urgency=medium + + * if arch == rv64g nocheck + + -- root > Wed, 28 Feb 2024 04:01:43 +0000 + libseccomp (2.5.3-ok1) yangtze; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index df1b96a..e8583ba 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,9 @@ # Enable verbose build details. export V=1 +ifeq ($(DEB_HOST_ARCH),rv64g) + export DEB_BUILD_OPTIONS=nocheck +endif include /usr/share/dpkg/architecture.mk