runc: disable go module build as go1.17 enable it by default
Signed-off-by: xiadanni <xiadanni1@huawei.com>
This commit is contained in:
parent
6705d3781b
commit
0216186005
@ -1 +1 @@
|
|||||||
115f07e6a16508a63b98f4f375e285607822b8a8
|
93d1288dd83d4c83232730dcd6d5de181e6696ad
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: docker-runc
|
Name: docker-runc
|
||||||
Version: 1.0.0.rc3
|
Version: 1.0.0.rc3
|
||||||
Release: 113
|
Release: 114
|
||||||
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -38,6 +38,7 @@ mkdir -p .gopath/src/github.com/opencontainers
|
|||||||
export GOPATH=`pwd`/.gopath
|
export GOPATH=`pwd`/.gopath
|
||||||
ln -sf `pwd` .gopath/src/github.com/opencontainers/runc
|
ln -sf `pwd` .gopath/src/github.com/opencontainers/runc
|
||||||
cd .gopath/src/github.com/opencontainers/runc
|
cd .gopath/src/github.com/opencontainers/runc
|
||||||
|
export GO111MODULE=off
|
||||||
make BUILDTAGS="seccomp selinux" static
|
make BUILDTAGS="seccomp selinux" static
|
||||||
rm -rf .gopath
|
rm -rf .gopath
|
||||||
strip runc
|
strip runc
|
||||||
@ -52,6 +53,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
|||||||
%{_bindir}/runc
|
%{_bindir}/runc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 23 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-114
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:disable go module build
|
||||||
|
|
||||||
* Thu Mar 18 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-113
|
* Thu Mar 18 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-113
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user