From f27a732a09e7e960d3683c69b0fecba1a6dd3cdc Mon Sep 17 00:00:00 2001 From: LINxiansheng Date: Fri, 5 Jul 2024 09:52:50 +0000 Subject: [PATCH] support kylin V10 compilation --- deps/init/dep_create.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deps/init/dep_create.sh b/deps/init/dep_create.sh index 7de00f5f1d..4ece7af7b4 100644 --- a/deps/init/dep_create.sh +++ b/deps/init/dep_create.sh @@ -83,6 +83,9 @@ function get_os_release() { fedora) version_ge "33" && compat_centos7 && return ;; + kylin) + version_ge "V10" && compat_centos8 && return + ;; openEuler) version_ge "22" && compat_centos9 && return ;; @@ -125,6 +128,9 @@ function get_os_release() { version_ge "12" && compat_centos9 && return version_ge "9" && compat_centos7 && return ;; + kylin) + version_ge "V10" && compat_centos8 && return + ;; openEuler) version_ge "22" && compat_centos9 && return ;;