!286 [sync] PR-285: fix sw_64 build error

From: @openeuler-sync-bot 
Reviewed-by: @daishitou, @jingxiaolu 
Signed-off-by: @jingxiaolu
This commit is contained in:
openeuler-ci-bot 2023-10-07 09:10:16 +00:00 committed by Gitee
commit 3cc97f57c5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3437 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: isula-build
Version: 0.9.6
Release: 19
Release: 20
Summary: A tool to build container images
License: Mulan PSL V2
URL: https://gitee.com/openeuler/isula-build
@ -41,7 +41,10 @@ sh ./apply-patches
patch -p1 < patch/loong64-0001-add-loong64-support-for-etcd.patch
patch -p1 < patch/loong64-0002-update-vendor-for-isula-build-to-support-loong64.patch
%endif
%ifarch loongarch64 riscv64
%ifarch sw_64
patch -p1 < patch/1000-add-sw64-support.patch
%endif
%ifarch loongarch64 riscv64 sw_64
patch -p1 < patch/loong64-0003-delete-static-pie-for-loong64.patch
%endif
%{make_build} safe
@ -92,6 +95,12 @@ fi
/usr/share/bash-completion/completions/isula-build
%changelog
* Sat Jun 17 2023 panchenbo <panchenbo@kylinsec.com.cn> - 0.9.6-20
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:fix sw_64 build error
* Wed Mar 15 2023 laokz <zhangkai@iscas.ac.cn> - 0.9.6-19
- Type:enhancement
- CVE:NA

File diff suppressed because it is too large Load Diff