9 Star 5 Fork 47

src-openEuler/iSulad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0181-apply-patch-for-lib-shim-v2-install.patch 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuxu 提交于 2025-02-18 01:07 +08:00 . upgrade from upstream
From 7d181ca89304b78d8db73c0f41eab0bb07488e2b Mon Sep 17 00:00:00 2001
From: zhongtao <zhongtao17@huawei.com>
Date: Sun, 19 Jan 2025 18:09:59 +0800
Subject: [PATCH 181/198] apply patch for lib shim v2 install
Signed-off-by: zhongtao <zhongtao17@huawei.com>
---
CI/install_depends.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/CI/install_depends.sh b/CI/install_depends.sh
index ebeb79db..8b7c7201 100755
--- a/CI/install_depends.sh
+++ b/CI/install_depends.sh
@@ -161,6 +161,7 @@ cd lib-shim-v2
tar xf lib-shim-v2-*
dname=$(tar -tf lib-shim-v2-*.tar.gz | head -1)
cd $dname
+git apply ../0*
mkdir .cargo
cat >> ./.cargo/config << EOF
[source.crates-io]
--
2.34.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/iSulad.git
git@gitee.com:src-openeuler/iSulad.git
src-openeuler
iSulad
iSulad
master

搜索帮助