diff options
author | CoprDistGit <infra@openeuler.org> | 2025-05-30 08:24:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-05-30 08:24:45 +0000 |
commit | 7df887ee174b7802d30c6e0bda4d763274df91f3 (patch) | |
tree | a1735112507017c38f2b08d0aee4c136c2307c3f /0181-apply-patch-for-lib-shim-v2-install.patch | |
parent | 664ca34f01a2f1c50e94ba70a97ad21cce6e72c2 (diff) |
automatic import of iSuladopeneuler24.03_LTS_SP1
Diffstat (limited to '0181-apply-patch-for-lib-shim-v2-install.patch')
-rw-r--r-- | 0181-apply-patch-for-lib-shim-v2-install.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0181-apply-patch-for-lib-shim-v2-install.patch b/0181-apply-patch-for-lib-shim-v2-install.patch new file mode 100644 index 0000000..feca30b --- /dev/null +++ b/0181-apply-patch-for-lib-shim-v2-install.patch @@ -0,0 +1,25 @@ +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 + |