提交 81acaa1e 编写于 作者: L lifeng68

lxc: update lxc to 4.0.3

Signed-off-by: Nlifeng68 <lifeng68@huawei.com>
上级 df7d8558
......@@ -93,8 +93,8 @@ check_make_status make_cni_plugins ${build_log_cni_plugins} &
cd ~
git clone https://gitee.com/src-openeuler/lxc.git
cd lxc
tar xf lxc-4.0.1.tar.gz
cd lxc-4.0.1
tar xf lxc-4.0.3.tar.gz
cd lxc-4.0.3
mv ../*.patch .
for var in $(ls 0*.patch | sort -n)
do
......
......@@ -241,7 +241,7 @@ RUN export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH && \
git clone https://gitee.com/src-openeuler/lxc.git && \
cd lxc && \
./apply-patches && \
cd lxc-4.0.1 && \
cd lxc-4.0.3 && \
./autogen.sh && \
./configure && \
make -j $(nproc) && \
......
......@@ -100,9 +100,9 @@ iSulad depend on some specific versions dependencies.
```
$ git clone https://gitee.com/src-openeuler/lxc.git
$ cd lxc
$ tar -zxf lxc-4.0.1.tar.gz
$ tar -zxf lxc-4.0.3.tar.gz
$ ./apply-patches
$ cd lxc-4.0.1
$ cd lxc-4.0.3
$ sudo -E ./autogen.sh
$ sudo -E ./configure
$ sudo -E make -j
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册