1 Star 0 Fork 78

Nic/ceph

forked from openEuler-RISC-V/ceph 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-enable-install-deps-in-openEuler.patch 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuqinfei 提交于 2022-01-11 20:46 . update to 16.2.7
From 73d7c0e9c106d6a6aeda0491a426e8f458e0cb13 Mon Sep 17 00:00:00 2001
From: liuqinfei <18138800392@163.com>
Date: Thu, 30 Dec 2021 11:48:33 +0800
Subject: [PATCH 2/2] enable install deps in openEuler
---
install-deps.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install-deps.sh b/install-deps.sh
index 3ba5e47ff58..b35013607e4 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -337,7 +337,7 @@ else
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get -y remove ceph-build-deps
if [ "$control" != "debian/control" ] ; then rm $control; fi
;;
- centos|fedora|rhel|ol|virtuozzo)
+ centos|fedora|rhel|ol|virtuozzo|openEuler)
builddepcmd="dnf -y builddep --allowerasing"
echo "Using dnf to install dependencies"
case "$ID" in
--
2.30.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dominic_z/ceph.git
git@gitee.com:dominic_z/ceph.git
dominic_z
ceph
ceph
master

搜索帮助