!1 rv64g架构 编译报错 libc6-dev 升级2.36后 test报错
Merge pull request !1 from jyr/openkylin/yangtze
This commit is contained in:
commit
5defb70bdb
|
@ -1,3 +1,9 @@
|
|||
libseccomp (2.5.3-ok2) yangtze; urgency=medium
|
||||
|
||||
* if arch == rv64g nocheck
|
||||
|
||||
-- root <jingyaru@smart-core.cn>> Wed, 28 Feb 2024 04:01:43 +0000
|
||||
|
||||
libseccomp (2.5.3-ok1) yangtze; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue