fix sw_64 build error

(cherry picked from commit 34f6dbc3f3bdd9ba19fe2f2bcbb5fc7e507cb169)
This commit is contained in:
lanruo 2023-08-28 15:21:22 +08:00 committed by openeuler-sync-bot
parent 83f6cafde6
commit fab0f0b737
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