!94 kata-containers: export GO111MODULE=off in building

From: @holyfei 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2022-04-13 02:19:37 +00:00 committed by Gitee
commit c6b883767a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
%define VERSION v1.11.1
%define RELEASE 10
%define RELEASE 11
Name: kata-containers
Version: %{VERSION}
@ -55,6 +55,7 @@ make %{?_smp_mflags}
cd %{_builddir}/kata_integration
mkdir -p -m 750 build
export GO111MODULE=off
make runtime
make proxy
make shim
@ -90,6 +91,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u
%changelog
* Wed Apr 13 2022 yangfeiyu <yangfeiyu2@huawei.com> - 1.11.1-11
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add export GO111MODULE=off
* Fri Feb 19 2021 xinghe <xinghe1@huawei.com> - 1.11.1-10
- Type:CVE
- ID:NA