!19 rv64g架构 test报错 nocheck

Merge pull request !19 from 范小气/openkylin/yangtze
This commit is contained in:
luoyaoming 2024-03-04 09:03:41 +00:00 committed by Gitee
commit 228576c30d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
systemd (251.4-ok1.7) yangtze; urgency=medium
* add rv64g nocheck
-- root <fanxiaoqi@smart-core.cn> Mon, 04 Mar 2024 08:38:37 +0000
systemd (251.4-ok1.6) yangtze; urgency=medium
* close: #I7NIXG, set DefaultTimeoutStopSec to 10s.

4
debian/rules vendored
View File

@ -5,6 +5,10 @@
export LC_ALL = C.UTF-8
ifeq ($(DEB_HOST_ARCH), rv64g)
export DEB_BUILD_OPTIONS=nocheck
endif
include /usr/share/dpkg/default.mk
#include /usr/share/debhelper/dh_package_notes/package-notes.mk