kata-containers: export GO111MODULE=off in building

Signed-off-by: holyfei <yangfeiyu20092010@163.com>
This commit is contained in:
holyfei 2022-04-13 10:02:01 +08:00
parent 25ec45d46d
commit 55f31dcf9d

View File

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