Set DEB_BUILD_OPTIONS to nocheck while build with loong64.
This commit is contained in:
parent
565462be10
commit
9670088c60
|
@ -1,3 +1,10 @@
|
|||
gpgme1.0 (1.22.0-ok5) nile; urgency=medium
|
||||
|
||||
* Set DEB_BUILD_OPTIONS to nocheck while build with loong64. It will make
|
||||
chroot env exit abnormaly.
|
||||
|
||||
-- liwenjun <liwenjun@kylinos.cn> Wed, 31 Jul 2024 11:31:16 +0800
|
||||
|
||||
gpgme1.0 (1.22.0-ok4) nile; urgency=medium
|
||||
|
||||
* Fix install error.
|
||||
|
|
|
@ -11,6 +11,10 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
|
|||
export _PYTHON_SYSCONFIGDATA_NAME:=_sysconfigdata__${DEB_HOST_ARCH_OS}_${DEB_HOST_MULTIARCH}
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH), loong64))
|
||||
export DEB_BUILD_OPTIONS += nocheck
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=build --with python3
|
||||
|
||||
|
|
Loading…
Reference in New Issue