diff --git a/README-CN.md b/README-CN.md index 9ac2c75536301f209c0f07bc880fad8f05cd276b..6b2118bd45d241d1ae494357d4fcad7d721163ef 100644 --- a/README-CN.md +++ b/README-CN.md @@ -40,6 +40,7 @@ OceanBase 数据库使用 [MulanPubL - 2.0](https://license.coscl.org.cn/MulanPu | 操作系统 | 版本 | 架构 | 编译 | 包部署 | 编译部署 | mysqltest | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | +| Alibaba Cloud Linux | 2.1903 | x86_64 | ✅ | ✅ | ✅ | ✅ | | CentOS | 7.2, 8.3 | x86_64 | ✅ | ✅ | ✅ | ✅ | | Debian | 9.8, 10.9 | x86_64 | ✅ | ✅ | ✅ | ✅ | | Fedora | 33 | x86_64 | ✅ | ✅ | ✅ | ✅ | diff --git a/README.md b/README.md index 207db49a9b0888e4dd04b5f8adefcd2c2240c47b..f749ce1f7d59e708fe97597ad2cf9d5d17bedf61 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ OceanBase Database is under [MulanPubL - 2.0](https://license.coscl.org.cn/Mulan | OS | Ver. | Arch | Compilable | Package Deployable | Compiled Binary Deployable | Mysqltest Passed | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | +| Alibaba Cloud Linux | 2.1903 | x86_64 | ✅ | ✅ | ✅ | ✅ | | CentOS | 7.2, 8.3 | x86_64 | ✅ | ✅ | ✅ | ✅ | | Debian | 9.8, 10.9 | x86_64 | ✅ | ✅ | ✅ | ✅ | | Fedora | 33 | x86_64 | ✅ | ✅ | ✅ | ✅ | diff --git a/deps/3rd/dep_create.sh b/deps/3rd/dep_create.sh index eb2834daccb9a9e36fe687f7d14f6da872b491cc..300d53703fae9752f0993630c54b4c9c0bc6eece 100644 --- a/deps/3rd/dep_create.sh +++ b/deps/3rd/dep_create.sh @@ -67,6 +67,9 @@ function get_os_release() { uos) version_ge "20" && compat_centos7 && return ;; + alinux) + version_ge "2.1903" && compat_centos7 && return + ;; esac not_supported && return 1 }